home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1999 May / SGI IRIX 6.5 Applications 1999 May.iso / dist / netscape.idb / usr / lib / X11 / app-defaults / Netscape.z / Netscape
Text File  |  1999-03-15  |  561KB  |  15,814 lines

  1. ! Insert copyright and license here 1994
  2.  
  3. ! Netscape.ad --- app-defaults file for Netscape 4.51.
  4. !
  5. ! Bugs and commentary to x_cbug@netscape.com.
  6.  
  7. ! Created: Jamie Zawinski <use the bug address, please>, 23-Jun-94.
  8. ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
  9. ! Modified: snpf <snpf@netscape.com>, 23-Sep-96
  10. !
  11. !      ==========================================================
  12. !      NOTE: If you're looking here for things to customize, look
  13. !      on the Preferences dialogs under the Options menu first.
  14. !      Most things are customizable from there.  Things which are
  15. !      settable via the Preferences dialog boxes are stored in
  16. !      the ~/.netscape/preferences file, and not in X resources.
  17. !      ==========================================================
  18. !
  19. ! This file lists the default resources built in to Netscape.
  20. ! You can use the stuff in this file for examples of how to customize
  21. ! Netscape for your environment; normally you will do this by
  22. ! copying the few lines you want to alter to your private resource
  23. ! database, which usually lives in a file called .Xdefaults in your home
  24. ! directory.
  25. !
  26. ! Site administrators **may** want to make changes here and install this
  27. ! file as the global app-defaults file for the site.  To do this, one
  28. ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
  29. ! /usr/openwin/lib/app-defaults/Netscape.  (But actually this directory
  30. ! could be anywhere; only the person who installed X knows for sure.)
  31. !
  32. ! It is **STRONGLY RECOMMENDED** that you not install this file in the
  33. ! app-defaults directory unless you are really sure you know what you are
  34. ! doing.  There are a whole slew of version-skew problems associated with
  35. ! app-defaults files, which are best avoided by simply not using them.
  36. ! In particular, if the app-defaults file for a program is installed, and
  37. ! you get a new version of that program, you can't properly test out the
  38. ! new version without actually installing it, since it will pick up the
  39. ! resources for the previous version, and will quite likely malfunction.
  40. !
  41. ! In short, app-defaults files are bad.  Don't use them.  This file is
  42. ! provided for informational purposes, and so that I don't get a lot of
  43. ! complaints from people who think they understand this stuff better than
  44. ! I do.
  45.  
  46. ! Language localization:
  47. *versionLocale: en
  48.  
  49. ! SGI only: Here's how you turn on SGI's Motif hacks:
  50. Netscape*sgiMode:        True
  51.  
  52. ! SGI only: Use enhanced file selection UI in SGI Motif
  53. *useEnhancedFSB:        True
  54.  
  55. ! SGI Only: Use base color scheme:
  56. Netscape*scheme:        Base
  57. Netscape*useSchemes:        Colors
  58.  
  59. ! This resource enables some hacks to the File Selection Box
  60. ! which use a simpler layout algorithm than the standard Motif
  61. ! code. The directory and file listings are always maintained
  62. ! as equal size. We don't do this for SGI, as they have solved
  63. ! the problem. See *useEnhancedFSB above.
  64. !*nsMotifFSBHacks: True
  65.  
  66. ! This resource enables the CDE mode of the File Selection Box.
  67. ! You must be running a CDE enhanced Motif library for this
  68. ! option to work. This resource will apply pathMode=1 to the
  69. ! File Selection Box. If you specify nsMotifFSBHacks and
  70. ! nsMotifFSBCdeMode, some of the keyboard and filter enhancements
  71. ! of nsMotifFSBHacks will also be applied, the layout hacks will not.
  72. *nsMotifFSBCdeMode: False
  73. !*nsMotifFSBCdeMode: True
  74.  
  75. ! SCO Only: IXI Motif Form widget is broken, don't use it
  76. !*useIxiAdds: NONE
  77.  
  78. ! User-Settable Parameters
  79. ! ========================
  80.  
  81. ! This is the directory where Netscape finds external files such as icons.
  82. !
  83. *appDir:            /C/netscape
  84.  
  85. ! This resource is the same as the -visual command line option, which selects
  86. ! an X visual on which the windows should be created.  Legal options are:
  87. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  88. ! use whatever the server says is the default visual; a visual class (like
  89. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  90. ! a particular visual (in case there is more than one visual of a particular
  91. ! class.)  "Best" is probably the right choice.
  92. !
  93. *visualID:            Best
  94.  
  95. ! Whether Netscape should install a private colormap.  This will cause the
  96. ! maximal number of colors to be used, but on most systems, will result in
  97. ! unpleasant colormap flashing when switching between applications.  Legal
  98. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  99. ! if we know that the display hardware supports multiple simultaneous
  100. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  101. ! that means install the map when displaying on an SGI screen, and don't
  102. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  103. ! do you uniquely identify that capability?  Let me know.)
  104. !
  105. *installColormap:        Guess
  106.  
  107. ! Some motif versions have a XmDragOverShell (called "dragOver")
  108. ! widget which has a XmNinstallColormap resource.  Force it to false here
  109. ! so that there is no conflict with the "*installColormap: Guess" stuff.
  110. *dragOver*installColormap:        False
  111.  
  112. ! The maximum number of color cells to allocate per image; this is only
  113. ! relevant when using the default colormap of a PseudoColor visual.
  114. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  115. ! that we can allocate, the better images will look.)  This controls only
  116. ! the number of colors allocated for internal images - a few more colors
  117. ! will be allocated for the fluff and chrome that comes with Motif.
  118. !
  119. *maxImageColors:        0
  120.  
  121. ! Set this to false to disable the <BLINK> tag.
  122. *blinkingEnabled:        True
  123.  
  124. ! Whether the Exit menu item should confirm first.
  125. *confirmExit:            False
  126.  
  127. ! Mouse cursor when over an anchor.
  128. *linkCursor:            hand2
  129.  
  130. ! Mouse cursor when awaiting a reply.
  131. *busyCursor:            watch
  132.  
  133. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  134. *saveNextLinkCursor:        hand2
  135.  
  136. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  137. *saveNextNonlinkCursor:        crosshair
  138.  
  139. ! How quickly (in seconds) the status messages should update.
  140. *progressInterval:        1
  141.  
  142. ! How quickly (in milliseconds) the run light and/or logo should animate.
  143. *busyBlinkRate:            500
  144.  
  145. ! How often (in seconds) the global history, bookmarks, and disk cache
  146. ! files should be updated.
  147. *saveHistoryInterval:        600
  148.  
  149. ! How many pixels of motion must occur before a mouse-release is interpreted
  150. ! as a "drag" rather than a "click."
  151. *hysteresis:            3
  152.  
  153. ! These resources control whether Netscape should redirect its stdout and
  154. ! stderr streams to a dialog box, so that diagnostics reported by other
  155. ! programs launched by Netscape (for example, external viewers specified in
  156. ! a mailcap file) will be reported to the user through a dialog box,
  157. ! instead of simply showing up on the stdout/stderr of the controlling
  158. ! terminal of Netscape (which in many cases won't even be visible.)
  159. !
  160. ! If you have a external viewer which produces an annoying amount of output
  161. ! even when it has nothing interesting to say, you can shut it up by
  162. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  163. ! you could add the following to your .mailcap file:
  164. !
  165. !        video/mpeg; mpeg_play %s 2>&-
  166. !
  167. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  168. ! If you find a need to let one or both of them continue on to the actual
  169. ! terminal of Netscape, you can do it by setting these resources to False.
  170. !
  171. *useStderrDialog:        True
  172. *useStdoutDialog:        True
  173.  
  174. ! For those MIME content-encodings which are not directly understood
  175. ! internally, it is possible to specify another Unix program to use as
  176. ! a filter here.
  177. !
  178. ! Each line in the encodingFilters resource consists of four fields,
  179. ! separated by colons and optional whitespace:
  180. !
  181. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  182. !
  183. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  184. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  185. !                  PRINTABLE are built-in; no need to specify those.)
  186. !
  187. ! output-encoding: The encoding that results from this transformation.
  188. !                  Leaving this empty is usually appropriate.
  189. !
  190. ! extensions:      A comma-separated list of the extensions typically used for
  191. !                  files in this encoding; if a document ends in one of these
  192. !                  extensions, then when that document is saved to disk, the
  193. !                  extension will be stripped off of the default file name
  194. !                  (since documents are decoded before they are saved, and the
  195. !                  extension would no longer accurately describe the file.)
  196. !
  197. ! filter-command:  A shell command which reads from stdin and writes to stdout
  198. !                  which does the actual decoding.
  199. !
  200. *encodingFilters:                  \
  201.     x-compress :  : .Z     : gzip -cdq    \n\
  202.     compress   :  : .Z     : gzip -cdq    \n\
  203.     x-gzip     :  : .z,.gz : gzip -cdq    \n\
  204.     gzip       :  : .z,.gz : gzip -cdq    \n
  205.  
  206.  
  207. ! Too many servers have bugs in the implementation of window gravity for
  208. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  209. ! if we are able to make use of window gravity, but on many X servers, it
  210. ! results in form items being scattered randomly all over the document.
  211. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  212. ! "Guess", we run some tests and try to decide whether the X server is
  213. ! broken or partially broken.
  214. !
  215. ! If you find yourself needing to use a value here other than Guess,
  216. ! please tell us, so that we can make it guess correctly in the future.
  217. !
  218. *windowGravityWorks:        Guess
  219.  
  220.  
  221. ! By default, the geometries of components (browsers, mail, address book, etc)
  222. ! are saved in ~/.netscape/preferences.js.  If this pisses you off, uncomment
  223. ! the following line and Netscape will not remember component geometries.
  224. !
  225. ! Equivalent to using the '-dont-save-geometry-prefs' startup flag.
  226. !
  227. !*dontSaveGeometryPrefs:        True
  228.  
  229.  
  230. ! Uncomment the following line to ignore any geometry preferences that
  231. ! might have been saved.
  232. !
  233. ! Equivalent to using the '-ignore-geometry-prefs' startup flag.
  234. !
  235. !*ignoreGeometryPrefs:            True
  236.  
  237.  
  238. ! Uncomment the following line to bypass the startup licence page.
  239. !
  240. ! Equivalent to using the '-no-about-splash' startup flag.
  241. !
  242. *noAboutSplash:                True
  243.  
  244. ! Netscape supports session management by default.  Uncomment the following
  245. ! line to force it off.
  246. !
  247. ! Equivalent to using the '-session-management'
  248. !                         '-no-session-management' startup flags.
  249. !
  250. !*sessionManagement:            False
  251.  
  252.  
  253. ! Different platforms deal with session management in fundamentally
  254. ! different ways.  Toggle this resource if you experience session
  255. ! management problems.
  256. !
  257. ! IRIX session management is on by default only on SGI systems.  It is also
  258. ! available on other platforms and might work with session managers other
  259. ! than the IRIX desktop.  To use session management as the IRIX desktop
  260. ! expects it, uncomment the following line.
  261. !
  262. ! Equivalent to using the '-irix-session-management'
  263. !                         '-no-irix-session-management' startup flags.
  264. !
  265. *irixSessionManagement:            True
  266.  
  267.  
  268. ! Uncomment the following line to ignore the alwaysraised, alwayslowered,
  269. ! and z-lock JavaScript window.open() attributes.  By default,  Netscape will
  270. ! try to force the window stacking to match these attributes.  If you think
  271. ! this is the ultimate fascism, uncomment the following line.
  272. !
  273. ! Equivalent to using the '-dont-force-window-stacking' startup flag.
  274. !
  275. !*dontForceWindowStacking:        True
  276.  
  277.  
  278. ! Colors
  279. !
  280. ! This resource controls the foreground text color of unfollowed links 
  281. ! (links which have not yet been visited.)
  282. !
  283. *linkForeground:            #0000FF
  284.  
  285. ! This resource controls the foreground text color of followed links 
  286. ! (links which have already been visited.)
  287. !
  288. *vlinkForeground:            #990066
  289.  
  290. ! This resource controls the foreground text color of activated links 
  291. ! (links which are in the process of being clicked upon.)
  292. !
  293. *alinkForeground:            #FF0000
  294.  
  295. ! These resources control the foreground and background colors of text
  296. ! which has been selected with the mouse.
  297. !
  298. *selectForeground:            #000000
  299. *selectBackground:            #FFFFCC
  300.  
  301. ! These resources control the foreground and background colors of normal text.
  302. !
  303. *defaultForeground:            #000000
  304. *defaultBackground:            #C0C0C0
  305.  
  306. ! This resource may be used to specify a default background image.  It should
  307. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  308. ! then the default background color will be used instead.
  309. !
  310. *defaultBackgroundImage:        
  311.  
  312. ! Normally, the user-specified colors and backgrounds will only be used when
  313. ! viewing documents which did not specify their own colors and backgrounds.
  314. ! If this resource is set to False, then the user-specified colors and
  315. ! backgrounds will always be used, regardless of the options specified in 
  316. ! the document itself.
  317. !
  318. *documentColorsHavePriority:        True
  319.  
  320.  
  321. ! Geometry
  322. !
  323. ! Here's how you set the default sizes and positions of the Netscape windows:
  324. !
  325. ! For the web browser window:   Netscape.Navigator.geometry: =500x700+100-0
  326. ! For the mail reader:          Netscape.Mail.geometry: =500x800+200-0
  327. ! For the news reader:          Netscape.News.geometry: =500x800+300-0
  328. ! For the mail editor:          Netscape.Composition.geometry: =400x600
  329. ! For the bookmarks window:     Netscape.Bookmarks.geometry: =300x900-0-0
  330. ! For the address book window:  Netscape.AddressBook.geometry: =600x900-300-0
  331. ! For the download windows:     Netscape.Download.geometry: =500x200-0-0
  332. !
  333. ! In previous versions of Netscape, we suggested setting the geometry on the
  334. ! TopLevelShell class; don't do that any more.  It will affect *all* of the
  335. ! top-level Netscape windows, including bookmarks and message composition and
  336. ! so on, which is probably not what you want.
  337. !
  338. ! To set the sizes of the panes and columns in the mail and news windows, 
  339. ! change them to the layout you like, and then select "Options/Save Options".
  340. ! (To change the fonts in the message lists, search below for the resource
  341. ! that begins with "XmLGrid*fontList".)
  342.  
  343.  
  344.  
  345. ! Translations
  346. !
  347. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  348. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  349. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  350. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  351. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  352. ! All praise the X keyboard model!
  353. !
  354. ! And because of the need to do this, we have to do all of the keyboard
  355. ! equivalents with "translations" instead of "accelerators", since a menu
  356. ! item can only have one accelerator, and in order to make both Meta and Alt
  357. ! work we need to give them each two.  All praise Motif!
  358.  
  359.  
  360. ! Keybindings in the main window which correspond to menu items.
  361. ! These are installed on every widget which is a child of our Shell,
  362. ! and are not installed on popups/transients.
  363. !
  364. *globalTranslations:            #override                    \n\
  365.                                             \
  366.     Meta  Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  367.      ~Alt Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  368.     Meta  Ctrl<Key>B:        xfeDoCommand(openBookmarks)            \n\
  369.      ~Alt Ctrl<Key>B:        xfeDoCommand(openBookmarks)            \n\
  370.     Meta  Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  371.      ~Alt Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  372.         Meta  Ctrl<Key>D:        undefined-key()                \n\
  373.      ~Alt Ctrl<Key>D:        undefined-key()                \n\
  374.         Meta  Ctrl<Key>E:        undefined-key()                \n\
  375.      ~Alt Ctrl<Key>E:        undefined-key()                \n\
  376.         Meta  Ctrl<Key>F:        undefined-key()                \n\
  377.          ~Alt Ctrl<Key>F:        undefined-key()                \n\
  378.         Meta  Ctrl<Key>G:        undefined-key()                \n\
  379.          ~Alt Ctrl<Key>G:        undefined-key()                \n\
  380.     Meta  Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  381.      ~Alt Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  382.         Meta  Ctrl<Key>I:        undefined-key()                \n\
  383.          ~Alt Ctrl<Key>I:        undefined-key()                \n\
  384.         Meta  Ctrl<Key>J:        undefined-key()                \n\
  385.          ~Alt Ctrl<Key>J:        undefined-key()                \n\
  386.     Meta  Ctrl<Key>K:        xfeDoCommand(addBookmark)            \n\
  387.      ~Alt Ctrl<Key>K:        xfeDoCommand(addBookmark)            \n\
  388.         Meta  Ctrl<Key>L:        undefined-key()                \n\
  389.          ~Alt Ctrl<Key>L:        undefined-key()                \n\
  390.     Meta  Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  391.      ~Alt Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  392.     Meta  Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  393.      ~Alt Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  394.     Meta  Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  395.      ~Alt Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  396.         Meta  Ctrl<Key>O:        undefined-key()                \n\
  397.          ~Alt Ctrl<Key>O:        undefined-key()                \n\
  398.         Meta  Ctrl<Key>P:        undefined-key()                \n\
  399.          ~Alt Ctrl<Key>P:        undefined-key()                \n\
  400.     Meta  Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  401.      ~Alt Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  402.         Meta  Ctrl<Key>R:        undefined-key()                \n\
  403.          ~Alt Ctrl<Key>R:        undefined-key()                \n\
  404.     Meta  Ctrl<Key>S:        xfeDoCommand(saveAs)                \n\
  405.      ~Alt Ctrl<Key>S:        xfeDoCommand(saveAs)                \n\
  406.         Meta  Ctrl<Key>T:        undefined-key()                \n\
  407.          ~Alt Ctrl<Key>T:        undefined-key()                \n\
  408.         Meta  Ctrl<Key>U:    xfeDoCommand(viewPageSource)\n\
  409.          ~Alt Ctrl<Key>U:        xfeDoCommand(viewPageSource)\n\
  410.     Meta  Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  411.      ~Alt Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  412.     Meta  Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  413.      ~Alt Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  414.     Meta  Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  415.      ~Alt Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  416.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  417.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  418.         Meta  Ctrl<Key>Z:        undefined-key()                \n\
  419.          ~Alt Ctrl<Key>Z:        undefined-key()                \n\
  420.                                             \
  421.  Meta ~Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  422.   ~Alt Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  423.  Meta ~Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  424.   ~Alt Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  425.  Meta ~Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  426.   ~Alt Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  427.  Meta ~Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  428.   ~Alt Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  429.     Meta  Ctrl<Key>3:        xfeDoCommand(openEditor)            \n\
  430.      ~Alt Ctrl<Key>3:        xfeDoCommand(openEditor)            \n\
  431.     Meta  Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  432.      ~Alt Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  433.     Meta  Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  434.      ~Alt Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  435.                                             \
  436.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  437.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  438.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  439.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n\
  440.                                             \
  441.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoCommand(copy)            \n\
  442.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoCommand(paste)            \n\
  443.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoCommand(cut)            \n\
  444.                                             \
  445.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfHelp:        xfeDoCommand(manual)    \n
  446.  
  447. ! These used to be up above.
  448. !    Meta  Ctrl<Key>Z:        undo()                        \n\
  449. !     ~Alt Ctrl<Key>Z:        undo()                        \n\
  450.  
  451.  
  452. ! These keysyms are apparently an R6ism.
  453. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()                \n\
  454. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()                \n\
  455.  
  456. ! Translations in the Navigator window.
  457. *browserGlobalTranslations:        #override            \
  458.     Meta  Ctrl<Key>F:        xfeDoCommand(findInObject)            \n\
  459.      ~Alt Ctrl<Key>F:        xfeDoCommand(findInObject)            \n\
  460.     Meta  Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  461.      ~Alt Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  462.     Meta ~Ctrl ~Shift<Key>i: xfeDoCommand(showImages)            \n\
  463.      ~Alt Ctrl ~Shift<Key>i: xfeDoCommand(showImages)            \n\
  464.     Meta  Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  465.      ~Alt Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  466.     Meta  Ctrl<Key>L:        xfeDoCommand(openPage)                \n\
  467.      ~Alt Ctrl<Key>L:        xfeDoCommand(openPage)                \n\
  468.     Meta  Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  469.      ~Alt Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  470.     Meta  Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  471.      ~Alt Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  472.     Meta  Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  473.      ~Alt Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  474.     Meta  Ctrl<Key>R:        xfeDoCommand(reload)                \n\
  475.      ~Alt Ctrl<Key>R:        xfeDoCommand(reload)                \n\
  476.     Meta  Ctrl<Key>braceleft:        xfeDoCommand(decreaseFont)        \n\
  477.      ~Alt Ctrl<Key>braceleft:        xfeDoCommand(decreaseFont)        \n\
  478.      Meta  Ctrl<Key>braceright:        xfeDoCommand(increaseFont)        \n\
  479.      ~Alt Ctrl<Key>braceright:        xfeDoCommand(increaseFont)        \n\
  480.                                             \
  481.     Meta  Ctrl<Key>osfLeft:        xfeDoCommand(back)                \n\
  482.      ~Alt Ctrl<Key>osfLeft:        xfeDoCommand(back)                \n\
  483.     Meta  Ctrl<Key>osfRight:    xfeDoCommand(forward)            \n\
  484.      ~Alt Ctrl<Key>osfRight:    xfeDoCommand(forward)            \n\
  485.               <Key>Escape:        xfeDoCommand(stopLoading)        \n\
  486.               <Key>osfCancel:    xfeDoCommand(stopLoading)        \n
  487.  
  488. ! Translations in the Mail & News window.
  489. ! Things here override the global translations (which are loaded first.)
  490. ! This changes:
  491. !    Ctrl+H from "View History" to "Deliver Mail Now"
  492. !    Ctrl+L from "Open URL" to "Forward Message"
  493. !    Ctrl+R from "Reload" to "Reply to Sender"
  494. !    Ctrl+O from "Open File" to undefined
  495. !    Ctrl+S from "Save As" to undefined
  496. !
  497. ! This adds:
  498. !    Ctrl+Shift+A for "Select Thread"
  499. !    Ctrl+T for "Get New Mail"
  500. !    Ctrl+Shift+R for "Reply to All"
  501. !    Ctrl+D for "Delete Message"
  502. !    Ctrl+Y for "Redo"
  503. !
  504. ! Alt arrow keys select previous/next.
  505. ! Ctrl+Shift arrow keys select previous/next unread.
  506. ! Meta+Shift arrow keys select previous/next marked.
  507. !
  508. *mailnewsGlobalTranslations:        #override            \
  509.     <Btn3Down>:                xfeDoPopup()                    \n\
  510.     Meta  Ctrl<Key>D:        xfeDoCommand(deleteFolder)                \n\
  511.      ~Alt Ctrl<Key>D:        xfeDoCommand(deleteFolder)                \n\
  512.     Meta  Ctrl<Key>H:        xfeDoCommand(deliverQueuedMessages)        \n\
  513.      ~Alt Ctrl<Key>H:        xfeDoCommand(deliverQueuedMessages)        \n\
  514.     Meta  Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  515.      ~Alt Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  516.     Meta  Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  517.      ~Alt Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  518.     Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  519.      ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  520.     Meta  Ctrl<Key>T:        xfeDoCommand(getNewMessages)    \n\
  521.      ~Alt Ctrl<Key>T:        xfeDoCommand(getNewMessages)    \n\
  522.     Meta  Ctrl<Key>Z:        xfeDoCommand(undo)\n\
  523.      ~Alt Ctrl<Key>Z:       xfeDoCommand(undo)\n\
  524.     <Key>osfUndo:           xfeDoCommand(undo)\n\
  525.          <Key>Escape:        xfeDoCommand(stopLoading)\n
  526.  
  527. ! Translations in the MailNews message and threads windows
  528. ! These override globalTranslations.
  529. *messagewinGlobalTranslations:        #override                   \
  530.     <Btn3Down>:            xfeDoPopup()                    \n\
  531.     ~Alt Ctrl Shift<Key>a: xfeDoCommand(selectThread)\n\
  532.    Meta ~Ctrl Shift<Key>a: xfeDoCommand(selectThread)\n\
  533.     ~Alt Shift Ctrl<Key>c:  xfeDoCommand(markAllMessagesRead)\n\
  534.    Meta Shift ~Ctrl<Key>c:  xfeDoCommand(markAllMessagesRead)\n\
  535.     ~Meta ~Alt ~Ctrl<Key>c:    xfeDoCommand(markMessageByDate)\n\
  536.     Meta  Ctrl<Key>D:        xfeDoCommand(deleteMessage)            \n\
  537.      ~Alt Ctrl<Key>D:        xfeDoCommand(deleteMessage)            \n\
  538.     Meta  Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  539.      ~Alt Ctrl Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  540.     Meta  Ctrl Shift<Key>f:    xfeDoCommand(search)           \n\
  541.      ~Alt Ctrl Shift<Key>f:    xfeDoCommand(search)           \n\
  542.     Meta  Ctrl ~Shift<Key>f:        xfeDoCommand(findInObject)            \n\
  543.      ~Alt Ctrl ~Shift<Key>f:        xfeDoCommand(findInObject)            \n\
  544.     Meta  Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  545.      ~Alt Ctrl<Key>G:        xfeDoCommand(findAgain)                \n\
  546.     ~Meta ~Alt ~Ctrl<Key>G: xfeDoCommand(nextUnreadCollection)\n\
  547.     Meta  Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  548.      ~Alt Ctrl<Key>K:        xfeDoCommand(compressFolders)        \n\
  549.     ~Meta ~Alt ~Ctrl<Key>K:    xfeDoCommand(ignoreThread)\n\
  550.     Meta  Ctrl ~Shift<Key>l:xfeDoCommand(forwardMessage)           \n\
  551.      ~Alt Ctrl ~Shift<Key>l:xfeDoCommand(forwardMessage)           \n\
  552.     Meta ~Ctrl Shift<Key>l: xfeDoCommand(forwardMessageQuoted)\n\
  553.      ~Alt Ctrl Shift<Key>l: xfeDoCommand(forwardMessageQuoted)\n\
  554.     ~Meta ~Alt ~Ctrl<Key>L:    xfeDoCommand(markMessageForLater)\n\
  555.   ~Meta ~Alt ~Ctrl ~Shift<Key>n: xfeDoCommand(nextUnreadMessage)        \n\
  556.   ~Meta ~Alt ~Ctrl Shift<Key>n:  xfeDoCommand(nextMessage)        \n\
  557.     ~Meta ~Alt ~Ctrl<Key>M:    xfeDoCommand(markMessageRead)\n\
  558.     Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  559.      ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  560.     Meta  Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  561.      ~Alt Ctrl<Key>P:        xfeDoCommand(print)                    \n\
  562.  ~Meta ~Alt ~Ctrl ~Shift<Key>p: xfeDoCommand(previousUnreadMessage)    \n\
  563.  ~Meta ~Alt ~Ctrl Shift<Key>p:     xfeDoCommand(previousMessage)    \n\
  564.       ~Alt Ctrl Shift<Key>P:     xfeDoCommand(previousMessage)    \n\
  565.     :Ctrl<Key>q:        xfeDoCommand(findInObject)\n\
  566.     :Ctrl<Key>s:   xfeDoCommand(findAgain)\n\
  567.     Meta  Ctrl ~Shift<Key>r:     xfeDoCommand(replyToSender)           \n\
  568.      ~Alt Ctrl ~Shift<Key>r:     xfeDoCommand(replyToSender)           \n\
  569.     Meta  Ctrl Shift<Key>r:     xfeDoCommand(replyToAll)           \n\
  570.      ~Alt Ctrl Shift<Key>r:     xfeDoCommand(replyToAll)           \n\
  571.     Meta  Ctrl<Key>S:        xfeDoCommand(saveMessagesAs)           \n\
  572.      ~Alt Ctrl<Key>S:        xfeDoCommand(saveMessagesAs)           \n\
  573.     Meta  Ctrl<Key>T:        xfeDoCommand(getNewMessages)           \n\
  574.      ~Alt Ctrl<Key>T:        xfeDoCommand(getNewMessages)           \n\
  575.     ~Meta ~Alt ~Ctrl<Key>T:xfeDoCommand(nextUnreadThread)        \n\
  576.     ~Meta ~Alt ~Ctrl<Key>U:    xfeDoCommand(markMessageUnread)\n\
  577.     ~Meta ~Alt ~Ctrl<Key>W:    xfeDoCommand(watchThread)\n\
  578.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  579.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  580.     Meta  Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  581.      ~Alt Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  582.                                            \
  583.         <Key>Undo:          xfeDoCommand(undo)\n\
  584.         <Key>osfUndo:       xfeDoCommand(undo)\n\
  585.                                         \
  586.     Meta  Ctrl ~Shift<Key>Left:    xfeDoCommand(back)        \n\
  587.     Meta  Ctrl ~Shift<Key>Left:    xfeDoCommand(back)        \n\
  588.      ~Alt Ctrl ~Shift<Key>osfLeft:    xfeDoCommand(back)        \n\
  589.      ~Alt Ctrl ~Shift<Key>osfLeft:    xfeDoCommand(back)        \n\
  590.                                         \
  591.     Meta  Ctrl ~Shift<Key>Right:    xfeDoCommand(forward)        \n\
  592.      ~Alt Ctrl ~Shift<Key>Right:    xfeDoCommand(forward)        \n\
  593.     Meta  Ctrl ~Shift<Key>osfRight:xfeDoCommand(forward)        \n\
  594.      ~Alt Ctrl ~Shift<Key>osfRight:xfeDoCommand(forward)        \n\
  595.                                         \
  596.      ~Alt Ctrl ~Shift<Key>Down:    xfeDoCommand(nextMessage)\n\
  597.     Meta ~Ctrl ~Shift<Key>Down:    xfeDoCommand(nextMessage)\n\
  598.      ~Alt Ctrl ~Shift<Key>osfDown: xfeDoCommand(nextMessage)\n\
  599.     Meta ~Ctrl ~Shift<Key>osfDown: xfeDoCommand(nextMessage)\n\
  600.      ~Alt Ctrl Shift<Key>Down:     xfeDoCommand(nextUnreadMessage)\n\
  601.     Meta ~Ctrl Shift<Key>Down:     xfeDoCommand(nextUnreadMessage)\n\
  602.      ~Alt Ctrl Shift<Key>osfDown:  xfeDoCommand(nextUnreadMessage)\n\
  603.     Meta ~Ctrl Shift<Key>osfDown:  xfeDoCommand(nextUnreadMessage)\n\
  604.     Ctrl Shift<Key>Down:            xfeDoCommand(nextFlaggedMessage)    \n\
  605.     Ctrl Shift<Key>osfDown:        xfeDoCommand(nextFlaggedMessage)    \n\
  606.                                         \
  607.      ~Alt Ctrl ~Shift<Key>Up:      xfeDoCommand(previousMessage)\n\
  608.     Meta ~Ctrl ~Shift<Key>Up:      xfeDoCommand(previousMessage)\n\
  609.      ~Alt Ctrl ~Shift<Key>osfUp:   xfeDoCommand(previousMessage)\n\
  610.     Meta ~Ctrl ~Shift<Key>osfUp:   xfeDoCommand(previousMessage)\n\
  611.      ~Alt Ctrl Shift<Key>Up:       xfeDoCommand(previousUnreadMessage)\n\
  612.     Meta ~Ctrl Shift<Key>Up:       xfeDoCommand(previousUnreadMessage)\n\
  613.      ~Alt Ctrl Shift<Key>osfUp:    xfeDoCommand(previousUnreadMessage)\n\
  614.     Meta ~Ctrl Shift<Key>osfUp:    xfeDoCommand(previousUnreadMessage)\n\
  615.     Ctrl Shift<Key>Up:                xfeDoCommand(previousFlaggedMessage)\n\
  616.     Ctrl Shift<Key>osfUp:            xfeDoCommand(previousFlaggedMessage)\n\
  617.                                         \
  618.     :<Key>Delete:  xfeDoCommand(deleteAny)\n\
  619.     :<Key>Delete:  xfeDoCommand(deleteAny)\n\
  620.     :<Key>osfDelete:   xfeDoCommand(deleteAny)\n\
  621.     :<Key>osfDelete:  xfeDoCommand(deleteAny)\n\
  622.                                         \
  623.     ~Meta ~Alt ~Ctrl ~Shift<Key>Return: xfeDoCommand(openSelected)\n\
  624.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfActivate: xfeDoCommand(openSelected)\n\
  625.                                         \
  626.     :~Meta ~Alt<Key>less: xfeDoCommand(markMessageUnread)\n\
  627.     :~Meta ~Alt<Key>greater: xfeDoCommand(nextUnreadCollection)\n\
  628.     :~Meta ~Alt<Key>backslash: xfeDoCommand(nextCollection)\n\
  629.     :~Meta ~Alt<Key>at:xfeDoCommand(showAllHeaders)\n\
  630.     :~Meta ~Alt<Key>numbersign:xfeDoCommand(showNormalHeaders)\n\
  631.     :~Meta ~Alt<Key>dollar:xfeDoCommand(showBriefHeaders)\n\
  632.     :~Meta ~Alt<Key>exclam:xfeDoCommand(rot13Message)\n\
  633.     :~Meta ~Alt<Key>period:xfeDoCommand(markMessages)\n\
  634.     :~Meta ~Alt<Key>asterisk:    xfeDoCommand(expandAll)\n\
  635.     :~Meta ~Alt<Key>plus:        xfeDoCommand(expand)\n\
  636.     :~Meta ~Alt<Key>slash:        xfeDoCommand(collapseAll)\n\
  637.     :~Meta ~Alt<Key>minus:        xfeDoCommand(collapse)\n\
  638.     :Alt <Key>Delete:      xfeDoCommand(deleteAny)\n\
  639.     :Meta<Key>Delete:      xfeDoCommand(deleteAny)\n\
  640.     :Alt <Key>osfDelete:    xfeDoCommand(deleteAny)\n\
  641.     :Meta<Key>osfDelete:    xfeDoCommand(deleteAny)\n
  642.  
  643.  
  644.  
  645. ! Translations in the MailCompose window.
  646. ! These are used instead of globalTranslations.
  647. !
  648. *mailcomposeGlobalTranslations:        #override            \
  649.                                     \
  650.     <Btn3Down>:            xfeDoPopup()            \n\
  651.     Meta  Ctrl<Key>D:        xfeDoCommand(delete)                \n\
  652.      ~Alt Ctrl<Key>D:        xfeDoCommand(delete)                \n\
  653.     Meta  Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  654.      ~Alt Ctrl  Shift<Key>i: xfeDoCommand(viewSecurity)            \n\
  655.     Meta  Ctrl ~Shift<Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  656.      ~Alt Ctrl ~Shift<Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  657.     Meta  Ctrl Shift<Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  658.      ~Alt Ctrl Shift<Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  659.     Meta  Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  660.      ~Alt Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  661.     Meta  Ctrl<Key>j:        xfeDoCommand(showComplPicker)        \n\
  662.      ~Alt Ctrl<Key>j:        xfeDoCommand(showComplPicker)        \n
  663.  
  664. ! Translations in the AddressOutliner portion of the compose window:
  665. !
  666. ! TraverseTranslations are for the recipient text field:
  667. *addressOutlinerTraverseTranslations:    #override    \
  668. :~Ctrl ~Shift <Key>osfDelete:     TableTraverse(DELETE)    \n\
  669. :~Ctrl ~Shift <Key>Delete:    TableTraverse(DELETE)    \n\
  670. :~Ctrl ~Shift <Key>BackSpace:  TableTraverse(BACKSPACE)\n\
  671. :~Ctrl ~Shift <Key>osfBackSpace:       TableTraverse(BACKSPACE)\n\
  672. ~Ctrl ~Shift <Key>osfRight:    TableTraverse(RIGHT)    \n\
  673. ~Ctrl ~Shift <Key>osfLeft:    TableTraverse(LEFT)    \n\
  674. <Key>osfInsert:            TableTraverse(INSERT)    \n\
  675. ~Ctrl ~Shift <Key>Insert:    TableTraverse(INSERT)    \n\
  676. ~Ctrl ~Shift <Key>osfBeginLine: TableTraverse(HOME)    \n\
  677. ~Ctrl ~Shift <Key>Home:        TableTraverse(HOME)    \n\
  678. ~Ctrl ~Shift <Key>End:        TableTraverse(END)    \n\
  679. ~Ctrl ~Shift <Key>osfEndLine:     TableTraverse(END)    \n\
  680. ~Ctrl ~Shift <Key>osfUp:           TableTraverse(UP)    \n\
  681. ~Ctrl ~Shift <Key>osfDown:      TableTraverse(DOWN)    \n\
  682. ~Ctrl ~Shift <Key>Tab:          TableTraverse(NEXT)    \n\
  683. ~Ctrl Shift <Key>Tab:              TableTraverse(PREVIOUS)    \n\
  684.     Meta  Ctrl<Key>D:        xfeDoCommand(autoComplOnOff)        \n\
  685.      ~Alt Ctrl<Key>D:        xfeDoCommand(autoComplOnOff)        \n
  686.  
  687. ! KeyTranslations are for the To/Cc/etc. field:
  688. *addressOutlinerKeyTranslations:        #override    \
  689.  ~Ctrl ~Shift <Key>osfRight:    TableTraverse(RIGHT)    \n\
  690. ~Ctrl ~Shift <Key>osfLeft:    TableTraverse(LEFT)    \n\
  691. ~Ctrl ~Shift <Key>osfDelete:    TableTraverse(DELETE)    \n\
  692. ~Ctrl ~Shift <Key>Delete:    TableTraverse(DELETE)    \n\
  693. <Key>osfInsert:            TableTraverse(INSERT)    \n\
  694. ~Ctrl ~Shift <Key>Insert:    TableTraverse(INSERT)    \n\
  695. ~Ctrl ~Shift <Key>osfBeginLine:    TableTraverse(HOME)    \n\
  696. ~Ctrl ~Shift <Key>Home:        TableTraverse(HOME)    \n\
  697. ~Ctrl ~Shift <Key>End:        TableTraverse(END)    \n\
  698. ~Ctrl ~Shift <Key>osfEndLine:    TableTraverse(END)    \n\
  699. ~Ctrl ~Shift <Key>osfUp:    TableTraverse(UP)    \n\
  700. ~Ctrl ~Shift <Key>osfDown:    TableTraverse(DOWN)    \n\
  701. ~Ctrl ~Shift <Key>Tab:        TableTraverse(NEXT)    \n\
  702. ~Ctrl Shift <Key>Tab:        TableTraverse(PREVIOUS)    \n\
  703. ~Ctrl ~Shift <Key>t:        KeyIn(To:)        \n\
  704. ~Ctrl Shift <Key>t:        KeyIn(To:)        \n\
  705. ~Ctrl ~Shift <Key>c:        KeyIn(Cc:)        \n\
  706. ~Ctrl Shift <Key>c:        KeyIn(Cc:)        \n\
  707. ~Ctrl ~Shift <Key>b:        KeyIn(Bcc:)        \n\
  708. ~Ctrl Shift <Key>b:        KeyIn(Bcc:)        \n\
  709. ~Ctrl ~Shift <Key>n:        KeyIn(Newsgroup:)    \n\
  710. ~Ctrl Shift <Key>n:        KeyIn(Newsgroup:)    \n\
  711. ~Ctrl ~Shift <Key>f:        KeyIn(Followup-To:)    \n\
  712. ~Ctrl Shift <Key>f:        KeyIn(Followup-To:)    \n\
  713. ~Ctrl ~Shift <Key>r:        KeyIn(Reply-To:)    \n\
  714. ~Ctrl Shift <Key>r:        KeyIn(Reply-To:)    \n
  715.  
  716. ! Translations in the MailNews Search window.
  717. ! These are used instead of globalTranslations.
  718. !
  719. *mnsearchGlobalTranslations:          #override                       \
  720.       <Btn3Down>:                     xfeDoPopup()\n\
  721.       Meta ~Ctrl<Key>D:               xfeDoCommand(deleteMessage)\n\
  722.        ~Alt Ctrl<Key>D:               xfeDoCommand(deleteMessage)\n
  723.  
  724. ! Translations in the Bookmarks and Adderssbook window.
  725. ! These translations are used instead of globalTranslations.
  726. ! None of the key *semantics* of globalTranslations are changed here,
  727. ! only the actions bound.  (And inapplicable actions are not present.)
  728. !
  729. *bmGlobalTranslations:            #override            \
  730.     <Btn3Down>:                xfeDoPopup()                    \n\
  731.    ~Meta ~Alt ~Ctrl<Key>space:    PageDown()                    \n\
  732.     Meta  Ctrl<Key>D:        xfeDoCommand(delete)            \n\
  733.      ~Alt Ctrl<Key>D:        xfeDoCommand(delete)            \n\
  734.     Meta  Ctrl<Key>F:        xfeDoCommand(findInObject)        \n\
  735.      ~Alt Ctrl<Key>F:        xfeDoCommand(findInObject)        \n\
  736.     Meta  Ctrl<Key>G:        xfeDoCommand(findAgain)            \n\
  737.      ~Alt Ctrl<Key>G:        xfeDoCommand(findAgain)            \n\
  738.     Meta  Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  739.      ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  740. ~Meta ~Alt ~Ctrl  Shift <Key>Up:   xfeDoCommand(moveBookmarkUp)\n\
  741. ~Meta ~Alt ~Ctrl  Shift <Key>Down: xfeDoCommand(moveBookmarkDown)\n\
  742. ~Meta ~Alt ~Ctrl  Shift <Key>osfUp:   xfeDoCommand(moveBookmarkUp)\n\
  743. ~Meta ~Alt ~Ctrl  Shift <Key>osfDown: xfeDoCommand(moveBookmarkDown)\n\
  744. ~Meta ~Alt ~Ctrl ~Shift <Key>Up:        LineUp()    \n\
  745. ~Meta ~Alt ~Ctrl ~Shift <Key>Down:      LineDown()    \n\
  746. ~Meta ~Alt ~Ctrl ~Shift <Key>osfUp:        LineUp()    \n\
  747. ~Meta ~Alt ~Ctrl ~Shift <Key>osfDown:      LineDown()    \n\
  748.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  749.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  750.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  751.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n
  752.  
  753. *abGlobalTranslations:            #override            \
  754.     <Btn3Down>:                xfeDoPopup()            \n\
  755.     Meta  Ctrl<Key>D:        xfeDoCommand(abDelete)    \n\
  756.      ~Alt Ctrl<Key>D:        xfeDoCommand(abDelete)    \n\
  757.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  758.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  759.     Meta  Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  760.      ~Alt Ctrl<Key>Z:        xfeDoCommand(undo)                    \n\
  761.                                            \
  762.         <Key>Undo:          xfeDoCommand(undo)\n\
  763.         <Key>osfUndo:       xfeDoCommand(undo)\n\
  764.               <Key>Escape:        xfeDoCommand(stopLoading)        \n\
  765.               <Key>osfCancel:    xfeDoCommand(stopLoading)        \n
  766.  
  767. ! Translations in the textfield portion of the mailing list view 
  768. !
  769. ! TraverseTranslations are for the text field:
  770. *abmlistTraverseTranslations:    #override    \
  771. ~Ctrl ~Shift <Key>BackSpace:  TableTraverse(BACKSPACE)\n\
  772. ~Ctrl ~Shift <Key>Tab:          TableTraverse(NEXT)    \n\
  773. ~Ctrl Shift <Key>Tab:              TableTraverse(PREVIOUS)    \n
  774.  
  775. ! Translations in the History window.
  776. ! These translations are used instead of globalTranslations.
  777. ! None of the key *semantics* of globalTranslations are changed here,
  778. ! only the actions bound.  (And inapplicable actions are not present.)
  779. !
  780. !    <Btn3Down>:            xfeDoPopup()            \n\
  781. *ghGlobalTranslations:            #override            \
  782.  Meta ~Ctrl<Key>D:        xfeDoCommand(delete)    \n\
  783.   ~Alt Ctrl<Key>D:        xfeDoCommand(delete)    \n\
  784.  Meta ~Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  785.   ~Alt Ctrl<Key>O:        xfeDoCommand(openSelected)            \n\
  786. ~Meta ~Alt ~Ctrl<Key>space:    PageDown()        \n\
  787. ~Meta ~Alt ~Ctrl ~Shift <Key>Up:        LineUp()    \n\
  788. ~Meta ~Alt ~Ctrl ~Shift <Key>Down:      LineDown()    \n\
  789. ~Meta ~Alt ~Ctrl ~Shift <Key>osfUp:        LineUp()    \n\
  790. ~Meta ~Alt ~Ctrl ~Shift <Key>osfDown:      LineDown()    \n\
  791.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  792.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  793.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  794.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n
  795.  
  796. !
  797. ! Translations for document source window
  798. *dialogGlobalTranslations:        #override            \n\
  799.                                     \
  800.     Meta  Ctrl<Key>W:        xfeDoCommand(close)            \n\
  801.      ~Alt Ctrl<Key>W:        xfeDoCommand(close)            \n
  802.  
  803.  
  804.  
  805. ! Mouse bindings in the HTML display area.
  806. *drawingArea.translations:        #replace            \
  807.     <Btn1Down>:            ArmLink()            \n\
  808.     <Btn2Down>:            ArmLink()            \n\
  809.     ~Shift<Btn1Up>:            ActivateLink()            \n\
  810.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  811.                     DisarmLink()            \n\
  812.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  813.                     DisarmLink()            \n\
  814.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  815.                     DisarmLink()            \n\
  816.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  817.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  818.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  819.     <Motion>:            DescribeLink()            \n\
  820.     <Btn3Down>:            xfeDoPopup()            \n\
  821.     <Btn3Up>:                       ActivatePopup()             \n
  822.  
  823. *drawingArea*XmList.highlightThickness:    2
  824.  
  825.  
  826. ! Some basic emacs-like bindings for text fields.
  827. !
  828. ! "editingTranslations" are merged into all XmText and XmTextField widgets.
  829. ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
  830. ! are merged in, depending on whether it is an XmText or XmTextField widget.
  831. ! These resources are merged in after "globalTranslations", so it is possible
  832. ! for them to override the menu accelerators.
  833. !
  834. ! Problems:
  835. !  = I don't understand why the "Ctrl<Key>g" binding does nothing.
  836. !  = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
  837. !  = This doesn't quite do active regions right, in that C-SPC M-f doesn't
  838. !    leave the word highlighted (though it does leave a region set.)
  839. ! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
  840. !
  841. !  NOTE: if you're looking here because BackSpace and Delete aren't
  842. !        working the way you think they should, then you need to run
  843. !        xmodmap or xkeycaps to fix your keyboard, or mess read the man
  844. !        page for VirtualBindings(1).  For details, see the Netscape FAQ
  845. !        (available from the Help menu.)
  846. !
  847. *editingTranslations:            #override            \n\
  848.     Meta  Ctrl<Key>A:        select-all()                \n\
  849.      ~Alt Ctrl<Key>A:        select-all()                \n\
  850.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \n\
  851.     ~Meta ~Alt  Shift Ctrl<Key>a:    beginning-of-line(extend)    \n\
  852.     ~Meta ~Alt ~Shift Ctrl<Key>b:    backward-character()        \n\
  853.     ~Meta ~Alt  Shift Ctrl<Key>b:    backward-character(extend)    \n\
  854.     ~Meta ~Alt        Ctrl<Key>d:    delete-next-character()        \n\
  855.     ~Meta ~Alt ~Shift Ctrl<Key>e:    end-of-line()            \n\
  856.     ~Meta ~Alt  Shift Ctrl<Key>e:    end-of-line(extend)        \n\
  857.     ~Meta ~Alt ~Shift Ctrl<Key>f:    forward-character()        \n\
  858.     ~Meta ~Alt  Shift Ctrl<Key>f:    forward-character(extend)    \n\
  859.     ~Meta ~Alt        Ctrl<Key>g:    process-cancel()        \n\
  860.     ~Meta ~Alt        Ctrl<Key>h:    delete-previous-character()    \n\
  861.     ~Meta ~Alt        Ctrl<Key>v:    undefined-key()    \n\
  862.     ~Meta ~Alt        Ctrl<Key>space: set-anchor()            \n\
  863.     ~Meta ~Alt        Ctrl<Key>2:    set-anchor()            \n\
  864.     ~Meta ~Alt        Ctrl<Key>@:    set-anchor()            \n\
  865.                                     \
  866.     Meta  Ctrl ~Shift<Key>b:    backward-word()            \n\
  867.      ~Alt Ctrl ~Shift<Key>b:    backward-word()            \n\
  868.     Meta  Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  869.      ~Alt Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  870.     Meta  Ctrl ~Shift<Key>f:    forward-word()            \n\
  871.      ~Alt Ctrl ~Shift<Key>f:    forward-word()            \n\
  872.     Meta  Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  873.      ~Alt Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  874.     Meta  Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  875.      ~Alt Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  876.     Meta  Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  877.      ~Alt Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  878.     Meta  Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  879.      ~Alt Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  880.     Meta  Ctrl  Shift<Key>osfRight:forward-word(extend)        \n\
  881.      ~Alt Ctrl  Shift<Key>osfRight:forward-word(extend)\n
  882.  
  883. !                       <KeyUp>: KeyUpInText()\n
  884. !       Meta ~Ctrl       <Key>w:        copy-clipboard()\n\
  885. !        ~Alt Ctrl       <Key>w:        copy-clipboard()\n\
  886.  
  887. ! Translations that apply only to javascript form element text fields;
  888. ! This translation should only be added for text fields that is shown in a
  889. ! script page.
  890. ! SHOULD NOT apply this translation to any regular motif text field.
  891. ! because it will trigger the javascript layout stuff and introduce crash.
  892. *formElemEditingTranslations:            #override\n\
  893.             <KeyUp>: KeyUpInText()\n
  894.  
  895. ! Translations that apply only to single-line fields; see above.
  896. !
  897. ! Ctrl-U clears the current line only in single-line fields.  Unix
  898. ! command-line weenies expect this, even though everyone knows Ctrl-U
  899. ! should mean "prefix argument".
  900. !
  901. ! In single-line fields, the various killing commands are really deletion
  902. ! commands instead (that is, they don't affect the Clipboard and are not
  903. ! undoable with Ctrl-y) because the XmTextField widget does not provide
  904. ! kill commands -- only the XmText widget does.  (What the hell is up with
  905. ! that...)  Maybe we could get around this by never using XmTextField, and
  906. ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
  907. ! have other unexpected effects...
  908. !
  909. ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
  910. ! but that doesn't work, because forward-word takes the whitespace after the
  911. ! word as well, instead of stopping before the whitespace.
  912. !
  913. ! Similarly, Ctrl-k can't be implemented with
  914. ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
  915. ! because that has the side effect of (temporarily) owning the selection,
  916. ! which would make it impossible to: select text in another application;
  917. ! type C-k at Netscape; Click middle to paste.  The paste would be impossible
  918. ! because C-k would have cleared the selection.
  919. !
  920. *singleLineEditingTranslations:        #override            \n\
  921.     Meta ~Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  922.     Meta ~Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  923.     Meta ~Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  924.     Meta ~Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  925.                                     \
  926.     ~Meta Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  927.     ~Meta Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  928.     ~Meta Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  929.     ~Meta Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  930.                                     \
  931.     ~Meta ~Alt Ctrl<Key>v:        xfeDoText(paste)    \n\
  932.     ~Meta ~Alt Ctrl<Key>y:        xfeDoText(paste)    \n\
  933.                                     \
  934.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoText(copy)        \n\
  935.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoText(paste)    \n\
  936.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoText(cut)        \n\
  937.                                     \
  938.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  939.                     delete-to-end-of-line()        \n\
  940.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  941.     ~Meta ~Alt Ctrl<Key>l:        xfeDoCommand(refresh)            \n\
  942.     ~Meta ~Alt Ctrl<Key>w:        key-select()            \
  943.                     delete-selection()        \n\
  944.     Meta  Ctrl       <Key>d:    delete-next-word()        \n\
  945.      ~Alt Ctrl       <Key>d:    delete-next-word()        \n\
  946.      ~Alt Ctrl       <Key><:    set-anchor()            \
  947.                     beginning-of-line()        \n\
  948.     Meta  Ctrl       <Key><:    set-anchor()            \
  949.                     beginning-of-line()        \n\
  950.       ~Alt Ctrl       <Key>>:    set-anchor()            \
  951.                     end-of-line()            \n\
  952.     Meta  Ctrl       <Key>>:    set-anchor()            \
  953.                     end-of-line()            \n\
  954.     ~Alt  Ctrl       <Key><:    set-anchor()            \
  955.                     beginning-of-line(extend)    \n\
  956.    ~Meta  Ctrl       <Key><:    set-anchor()            \
  957.                     beginning-of-line(extend)    \n\
  958.     ~Alt  Ctrl       <Key>>:    set-anchor()            \
  959.                     end-of-line(extend)        \n\
  960.    ~Meta  Ctrl       <Key>>:    set-anchor()            \
  961.                     end-of-line(extend)        \n\
  962.     Meta  Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  963.      ~Alt Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  964.     Meta  Ctrl<Key>osfDelete:    delete-next-word()        \n\
  965.      ~Alt Ctrl<Key>osfDelete:    delete-next-word()        \n\
  966.                                     \
  967.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    deselect-all()            \
  968.                     backward-character()        \n\
  969.     ~Meta ~Alt ~Ctrl<Key>osfRight:    deselect-all()            \
  970.                     forward-character()        \n
  971.  
  972. ! Translations that apply only to multi-line fields; see above.
  973. ! Most of these are here because they are commands that only apply when
  974. ! the text area has multiple lines in it, but see above comment about
  975. ! "kill" commands versus "delete" commands.
  976. !
  977. ! NOTE... [ had to modify the following to prevent overriding paste ]
  978. !
  979. !    Meta  Ctrl ~Shift<Key>v:    previous-page()            \n\
  980. !     ~Alt Ctrl ~Shift<Key>v:    previous-page()            \n\
  981. !
  982. *multiLineEditingTranslations:        #override            \n\
  983.     Meta ~Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  984.     Meta ~Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  985.     Meta ~Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  986.     Meta ~Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  987.                                     \
  988.     ~Meta Alt ~Ctrl<Key>x:        xfeDoText(cut)    \n\
  989.     ~Meta Alt ~Ctrl<Key>c:        xfeDoText(copy)    \n\
  990.     ~Meta Alt ~Ctrl<Key>v:        xfeDoText(paste)    \n\
  991.     ~Meta Alt ~Ctrl<Key>y:        xfeDoText(paste)    \n\
  992.                                     \
  993.     ~Meta ~Alt Ctrl<Key>v:        xfeDoText(paste)    \n\
  994.     ~Meta ~Alt Ctrl<Key>y:        xfeDoText(redo)    \n\
  995.                                     \
  996.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoText(copy)        \n\
  997.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoText(paste)    \n\
  998.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoText(cut)        \n\
  999.                                     \
  1000.     ~Meta ~Alt Ctrl<Key>k:        kill-to-end-of-line()        \n\
  1001.     ~Meta ~Alt Ctrl<Key>w:        key-select() kill-selection()    \n\
  1002.     Meta  Ctrl       <Key>d:    kill-next-word()        \n\
  1003.      ~Alt Ctrl       <Key>d:    kill-next-word()        \n\
  1004.     ~Meta ~Alt        Ctrl<Key>l:    redraw-display() xfeDoCommand(refresh)    \n\
  1005.     Meta  Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  1006.      ~Alt Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  1007.     Meta  Ctrl<Key>osfDelete:    kill-next-word()        \n\
  1008.      ~Alt Ctrl<Key>osfDelete:    kill-next-word()        \n\
  1009.                                     \
  1010.     ~Meta ~Alt Ctrl<Key>j:        newline-and-indent()        \n\
  1011.     ~Meta ~Alt Ctrl<Key>o:        newline-and-backup()        \n\
  1012.     ~Meta ~Alt ~Shift Ctrl<Key>n:    next-line()            \n\
  1013.     ~Meta ~Alt  Shift Ctrl<Key>n:    next-line(extend)        \n\
  1014.     ~Meta ~Alt ~Shift Ctrl<Key>p:    previous-line()            \n\
  1015.     ~Meta ~Alt  Shift Ctrl<Key>p:    previous-line(extend)        \n\
  1016.     ~Meta ~Alt ~Shift Ctrl<Key>v:    next-page()            \n\
  1017.     ~Meta ~Alt  Shift Ctrl<Key>v:    next-page(extend)        \n\
  1018.     Meta  Ctrl ~Shift<Key>v:    previous-page()            \n\
  1019.      Alt  Ctrl ~Shift<Key>v:    previous-page()            \n\
  1020.     Meta  Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  1021.      ~Alt Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  1022.      ~Alt Ctrl ~Shift<Key>braceleft:    backward-paragraph()        \n\
  1023.     Meta  Ctrl ~Shift<Key>braceleft:    backward-paragraph()        \n\
  1024.      ~Alt Ctrl  Shift<Key>braceleft:    backward-paragraph(extend)    \n\
  1025.     Meta  Ctrl  Shift<Key>braceleft:    backward-paragraph(extend)    \n\
  1026.      ~Alt Ctrl ~Shift<Key>braceright:    forward-paragraph()        \n\
  1027.     Meta  Ctrl ~Shift<Key>braceright:    forward-paragraph()        \n\
  1028.      ~Alt Ctrl  Shift<Key>braceright:    forward-paragraph(extend)    \n\
  1029.     Meta  Ctrl  Shift<Key>braceright:    forward-paragraph(extend)    \n\
  1030.      ~Alt Ctrl       <Key><:    set-anchor()            \
  1031.                     beginning-of-file()        \n\
  1032.     Meta  Ctrl       <Key><:    set-anchor()            \
  1033.                     beginning-of-file()        \n\
  1034.       ~Alt Ctrl       <Key>>:    set-anchor()            \
  1035.                     end-of-file()            \n\
  1036.     Meta  Ctrl       <Key>>:    set-anchor()            \
  1037.                     end-of-file()            \n\
  1038.     ~Alt  Ctrl       <Key><:    set-anchor()            \
  1039.                     beginning-of-file(extend)    \n\
  1040.        ~Meta  Ctrl       <Key><:    set-anchor()            \
  1041.                     beginning-of-file(extend)    \n\
  1042.     ~Alt  Ctrl       <Key>>:    set-anchor()            \
  1043.                     end-of-file(extend)        \n\
  1044.        ~Meta  Ctrl       <Key>>:    set-anchor()            \
  1045.                     end-of-file(extend)        \n\
  1046.     ~Meta ~Alt ~Ctrl<Key>Prior:    previous-page()            \n\
  1047.     ~Meta ~Alt ~Ctrl<Key>Next:    next-page()            \n\
  1048.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:    previous-page()            \n\
  1049.     ~Meta ~Alt ~Ctrl<Key>osfPageDown: next-page()            \n\
  1050.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfPageUp:    previous-page()        \n\
  1051.     ~Meta ~Alt ~Ctrl Shift<Key>osfPageUp:    previous-page(extend)    \n\
  1052.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfPageDown: next-page()        \n\
  1053.     ~Meta ~Alt ~Ctrl Shift<Key>osfPageDown: next-page(extend)    \n\
  1054.     Ctrl  <Key>/:            undefined-key()            \n
  1055.  
  1056. ! Since these get merged in first, all the other bindings override them.
  1057. ! This is just so that undefined non-self-inserting keys beep.
  1058. ! (Except that this doesn't really work that well, so nevermind.)
  1059. !*XmText.translations:        #override                \
  1060. !            Ctrl <Key>:    undefined-key()            \n\
  1061. !            Meta <Key>:    undefined-key()            \n\
  1062. !             Alt <Key>:    undefined-key()            \n
  1063. !*XmTextField.translations:    #override                \
  1064. !            Ctrl <Key>:    undefined-key()            \n\
  1065. !            Meta <Key>:    undefined-key()            \n\
  1066. !             Alt <Key>:    undefined-key()            \n
  1067.  
  1068.  
  1069. ! We merge these translations into all text fields which are not the
  1070. ! bottommost text field in a dialog box (transient popup.)  This is so that
  1071. ! hitting `return' in a text field will select the next text field if there
  1072. ! is one, and will select the "OK" button if there are no more.
  1073. !
  1074. *nonterminalTextTranslations:    #override                \n\
  1075.     <Key>Return:        next-tab-group()            \n\
  1076.     <Key>Linefeed:        next-tab-group()            \n
  1077.  
  1078. ! This is used for self-submitting text fields in HTML forms (not popups.)
  1079. ! We don't need to store these in to dialog box text fields, since in that
  1080. ! case we are able to simply avoid storing in the above ones, but we don't
  1081. ! know that until too late with forms.
  1082. *terminalTextTranslations:    #override                \n\
  1083.     <Key>Return:        activate()                \n\
  1084.     <Key>Linefeed:        activate()                \n
  1085.  
  1086. ! These translations are installed on every TextField widget in the main tree,
  1087. ! but *not* on text fields in dialogs, or in the mail composition window
  1088. ! (that's the difference between this and singleLineEditingTranslations.)
  1089. *globalTextFieldTranslations:        #override            \n\
  1090.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  1091.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  1092.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  1093.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  1094.  
  1095. ! These keysyms are apparently an R6ism.
  1096. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  1097. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  1098.  
  1099.  
  1100. ! We install these on every widget in the main tree (but not popups) that isn't
  1101. ! a Text or TextField or List.These, basically, are motion commands that ought
  1102. ! to apply to the HTML display area unless some text field or List has focus,
  1103. ! in which case they ought to apply to the text in that text field instead.
  1104. ! Doesn't all this crap just make you want to hurl?
  1105. *globalNonTextTranslations:        #override            \n\
  1106.     ~Meta ~Alt ~Ctrl<Key>space:    xfeDoCommand(spacebar)        \n\
  1107.                                       \
  1108.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  1109.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  1110.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  1111.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  1112.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  1113.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  1114.                                       \
  1115.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  1116.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  1117.      Meta  Ctrl<Key>g:        fishcam()            \n\
  1118.       Alt  Ctrl<Key>g:        fishcam()            \n\
  1119.      Meta  Ctrl<Key>t:        net_showstatus()        \n\
  1120.       Alt  Ctrl<Key>t:        net_showstatus()        \n\
  1121.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  1122.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  1123.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  1124.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n\
  1125.                                       \
  1126.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  1127.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  1128.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  1129.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  1130.  
  1131. ! These keysyms are apparently an R6ism.
  1132. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  1133. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  1134. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  1135. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  1136. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:    PageUp()            \n\
  1137. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:    PageDown()            \n\
  1138.  
  1139. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1140. ! Editor mouse translations
  1141. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1142. *editorDrawingArea.translations: #replace \
  1143.     <Btn3Down>:  xfeDoCommand(showPopup)\n\
  1144.     Shift<Btn1Down>:  xfeDoCommand(select,extend)\n\
  1145.     <Btn1Down>:  xfeDoClick(single,{,select,grab,}, \
  1146.                             double,{,objectIs,text,  {,select,word,}, \
  1147.                                               image, {,dialog,image,}, \
  1148.                                               hrule, {,dialog,hrule,}, \
  1149.                                               target,{,dialog,target,}, \
  1150.                                               tag,   {,dialog,tag,},})\n\
  1151.     <Btn1Motion>:            xfeDoCommand(select,extend)\n\
  1152.     <Btn1Up>:                xfeDoCommand(select,end)        \n\
  1153.     <Btn2Down>:                xfeDoCommand(paste,selection)\n\
  1154.     <Btn2Motion>:            \n\
  1155.     <Btn2Up>:                \n\
  1156.     <Motion>:     editor-motion()\n
  1157.  
  1158. ! Editor keyboard translations.
  1159. *editorTranslations:            #override            \n\
  1160.                                     \
  1161.     Meta  Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  1162.      ~Alt Ctrl ~Shift<Key>o: xfeDoCommand(openPage)                \n\
  1163.     Meta  Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  1164.      ~Alt Ctrl  Shift<Key>o: xfeDoCommand(openPageChooseFile)    \n\
  1165.     Meta  Ctrl<Key>s:        xfeDoCommand(save)            \n\
  1166.      ~Alt Ctrl<Key>s:        xfeDoCommand(save)            \n\
  1167.     Meta  Ctrl<Key>r:        xfeDoCommand(reload)            \n\
  1168.      ~Alt Ctrl<Key>r:        xfeDoCommand(reload)            \n\
  1169.     Meta  Ctrl Shift<Key>r:    xfeDoCommand(reload,super)            \n\
  1170.      ~Alt Ctrl Shift<Key>r:    xfeDoCommand(reload,super)            \n\
  1171.     Meta  Ctrl<Key>P:        xfeDoCommand(print)                \n\
  1172.      ~Alt Ctrl<Key>P:        xfeDoCommand(print)                \n\
  1173.                                     \
  1174.     ~Meta ~Alt Ctrl<Key>h:        xfeDoCommand(deleteItem,previous)\n\
  1175.      Meta ~Ctrl ~Shift <Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  1176.      ~Alt Ctrl ~Shift <Key>Return:        xfeDoCommand(sendMessageNow)    \n\
  1177.      Meta ~Ctrl Shift <Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  1178.      ~Alt Ctrl Shift <Key>Return:        xfeDoCommand(sendMessageLater)    \n\
  1179.     Meta  Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  1180.      ~Alt Ctrl<Key>k:        xfeDoCommand(spellCheck)        \n\
  1181.     ~Meta ~Alt ~Ctrl<Key>Up:    xfeDoCommand(moveCursor,up)        \n\
  1182.     ~Meta ~Alt ~Ctrl<Key>Down:    xfeDoCommand(moveCursor,down)        \n\
  1183.     ~Meta ~Alt ~Ctrl<Key>osfUp:    xfeDoCommand(moveCursor,up)        \n\
  1184.     ~Meta ~Alt ~Ctrl<Key>osfDown:    xfeDoCommand(moveCursor,down)        \n\
  1185.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    xfeDoCommand(moveCursor,previous)    \n\
  1186.     ~Meta ~Alt ~Ctrl<Key>osfRight:    xfeDoCommand(moveCursor,next)    \n\
  1187.     ~Meta ~Alt Ctrl<Key>osfLeft:    xfeDoCommand(moveCursor,previousWord)    \n\
  1188.     ~Meta ~Alt Ctrl<Key>osfRight:    xfeDoCommand(moveCursor,nextWord)    \n\
  1189.                                     \
  1190.     :~Meta ~Alt ~Ctrl<Key>Delete:    xfeDoCommand(deleteItem,next)\n\
  1191.     :~Meta ~Alt ~Ctrl<Key>BackSpace:    xfeDoCommand(deleteItem,previous)\n\
  1192.     :~Meta ~Alt ~Ctrl<Key>osfDelete:    xfeDoCommand(deleteItem,next)\n\
  1193.     :~Meta ~Alt ~Ctrl<Key>osfBackSpace:xfeDoCommand(deleteItem,previous)\n\
  1194.                                     \
  1195.     ~Meta ~Alt Ctrl <Key>Home: xfeDoCommand(moveCursor,beginningOfPage)\n\
  1196.     ~Meta ~Alt Ctrl <Key>End: xfeDoCommand(moveCursor,endOfPage)    \n\
  1197.     ~Meta ~Alt Ctrl <Key>osfBeginLine: xfeDoCommand(moveCursor,beginningOfPage)\n\
  1198.     ~Meta ~Alt Ctrl <Key>osfEndLine: xfeDoCommand(moveCursor,endOfPage)\n\
  1199.     ~Meta ~Alt ~Ctrl <Key>Home: xfeDoCommand(moveCursor,beginningOfLine)\n\
  1200.     ~Meta ~Alt ~Ctrl <Key>End: xfeDoCommand(moveCursor,endOfLine)    \n\
  1201.     ~Meta ~Alt ~Ctrl <Key>osfBeginLine: xfeDoCommand(moveCursor,beginOfLine)\n\
  1202.     ~Meta ~Alt ~Ctrl <Key>osfEndLine: xfeDoCommand(moveCursor,endOfLine)\n\
  1203.     ~Meta ~Alt ~Ctrl Shift<Key>Return:    xfeDoCommand(insertLineBreak,normal)\n\
  1204.     ~Meta ~Alt ~Ctrl<Key>Return:    xfeDoCommand(insertReturn)\n\
  1205.     ~Meta ~Alt ~Ctrl Shift<Key>space: xfeDoCommand(insertNonBreakingSpace)\n\
  1206.     ~Meta ~Alt ~Ctrl <Key>space:    xfeDoCommand(insertKey)        \n\
  1207.     ~Meta Alt ~Ctrl <Key>-:   xfeDoCommand(outdent)        \n\
  1208.     ~Meta Alt ~Ctrl <Key>=:      xfeDoCommand(indent)        \n\
  1209.     Meta ~Alt ~Ctrl <Key>-:   xfeDoCommand(outdent)        \n\
  1210.     Meta ~Alt ~Ctrl <Key>=:      xfeDoCommand(indent)        \n\
  1211.                                     \
  1212.     Ctrl ~Shift <Key>Tab:    xfeDoCommand(tab,insert)\n\
  1213.     ~Ctrl ~Shift<Key>Tab:    xfeDoCommand(tab,forward)\n\
  1214.     ~Ctrl Shift<Key>Tab:    xfeDoCommand(tab,backward)\n\
  1215.                                     \
  1216.     ~Meta ~Alt Ctrl<Key>u:    xfeDoCommand(moveCursor,beginningOfLine)\n\
  1217.     ~Meta ~Alt Ctrl<Key>e:    xfeDoCommand(moveCursor,endOfLine)\n\
  1218.     ~Meta ~Alt Ctrl<Key>p:    xfeDoCommand(moveCursor,up)            \n\
  1219.     ~Meta ~Alt Ctrl<Key>n:    xfeDoCommand(moveCursor,down)            \n\
  1220.     ~Meta ~Alt Ctrl<Key>b:    xfeDoCommand(moveCursor,previous)        \n\
  1221.     ~Meta ~Alt Ctrl<Key>f:    xfeDoCommand(moveCursor,next)        \n\
  1222.     ~Meta ~Alt Ctrl<Key>d:    xfeDoCommand(deleteItem,next)    \n\
  1223.     ~Meta ~Alt Ctrl<Key>k:    xfeDoCommand(deleteItem,endOfLine)\n\
  1224.     Meta ~Alt ~Ctrl<Key><:    xfeDoCommand(moveCursor,beginningOfPage)\n\
  1225.     Meta ~Alt ~Ctrl<Key>>:    xfeDoCommand(moveCursor,endOfPage)\n\
  1226.     ~Meta Alt ~Ctrl<Key><:    xfeDoCommand(moveCursor,beginningOfPage)\n\
  1227.     ~Meta Alt ~Ctrl<Key>>:    xfeDoCommand(moveCursor,endOfPage)\n\
  1228.                                     \
  1229.     Meta Shift ~Ctrl<Key>z:    xfeDoCommand(redo)        \n\
  1230.      Alt Shift ~Ctrl<Key>z:    xfeDoCommand(redo)        \n\
  1231.     Meta  Ctrl<Key>z:        xfeDoCommand(undo)        \n\
  1232.      ~Alt Ctrl<Key>z:        xfeDoCommand(undo)        \n\
  1233.                                     \
  1234.     Meta ~Alt ~Ctrl<Key>b:    xfeDoCommand(toggleCharacterStyle,bold)\n\
  1235.      ~Meta Alt ~Ctrl<Key>b:    xfeDoCommand(toggleCharacterStyle,bold)\n\
  1236.     Meta ~Alt ~Ctrl<Key>i:    xfeDoCommand(toggleCharacterStyle,italic)\n\
  1237.      ~Meta Alt ~Ctrl<Key>i:    xfeDoCommand(toggleCharacterStyle,italic)\n\
  1238.      Meta ~Alt ~Ctrl<Key>u:    xfeDoCommand(toggleCharacterStyle,underline)\n\
  1239.      ~Meta Alt ~Ctrl<Key>u:    xfeDoCommand(toggleCharacterStyle,underline)\n\
  1240.     Meta ~Alt ~Ctrl<Key>t:    xfeDoCommand(toggleCharacterStyle,fixed)\n\
  1241.      ~Meta Alt ~Ctrl<Key>t:    xfeDoCommand(toggleCharacterStyle,fixed)\n\
  1242.     Meta ~Alt ~Ctrl<Key>k:    xfeDoCommand(setCharacterStyle,none)\n\
  1243.      ~Meta Alt ~Ctrl<Key>k:    xfeDoCommand(setCharacterStyle,none)\n\
  1244.                                     \
  1245.     ~Meta ~Alt Ctrl<Key>l:    xfeDoCommand(refresh)            \n\
  1246.                                     \
  1247.     Meta ~Alt ~Ctrl ~Shift<Key>Up:        xfeDoCommand(setFontSize,increase)\n\
  1248.     Meta ~Alt ~Ctrl ~Shift<Key>osfUp:    xfeDoCommand(setFontSize,increase)\n\
  1249.     Meta ~Alt ~Ctrl ~Shift<Key>Down:    xfeDoCommand(setFontSize,decrease)\n\
  1250.     Meta ~Alt ~Ctrl ~Shift<Key>osfDown:    xfeDoCommand(setFontSize,decrease)\n\
  1251.                                     \
  1252.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   xfeDoCommand(copy)            \n\
  1253.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  xfeDoCommand(paste)            \n\
  1254.     ~Meta ~Alt ~Ctrl<Key>SunCut:    xfeDoCommand(cut)            \n\
  1255.                                     \
  1256.     Meta ~Alt ~Ctrl ~Shift<Key>d:    xfeDoCommand(deleteItem)    \n\
  1257.     ~Meta Alt ~Ctrl ~Shift<Key>d:    xfeDoCommand(deleteItem)    \n\
  1258.                                         \
  1259.     Meta ~Alt ~Ctrl ~Shift<Key>f:    xfeDoCommand(findInObject)        \n\
  1260.     Meta ~Alt ~Ctrl ~Shift<Key>g:    xfeDoCommand(findAgain)            \n\
  1261.     ~Meta Alt ~Ctrl ~Shift<Key>f:    xfeDoCommand(findInObject)        \n\
  1262.     ~Meta Alt ~Ctrl ~Shift<Key>g:    xfeDoCommand(findAgain)            \n\
  1263.                                     \
  1264.     Meta  Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  1265.      ~Alt Ctrl<Key>A:        xfeDoCommand(selectAll)                \n\
  1266.     Meta  Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  1267.      ~Alt Ctrl<Key>C:        xfeDoCommand(copy)                    \n\
  1268.     Meta  Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  1269.      ~Alt Ctrl<Key>H:        xfeDoCommand(openHistory)            \n\
  1270.     Meta  Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  1271.      ~Alt Ctrl<Key>m:        xfeDoCommand(composeMessage)        \n\
  1272.     Meta  Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  1273.      ~Alt Ctrl ~Shift<Key>n: xfeDoCommand(openBrowser)            \n\
  1274.     Meta  Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  1275.      ~Alt Ctrl  Shift<Key>n: xfeDoCommand(newBlank)                \n\
  1276.     Meta  Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  1277.      ~Alt Ctrl<Key>Q:        xfeDoCommand(exit)                    \n\
  1278.         Meta  Ctrl<Key>R:        undefined-key()                \n\
  1279.          ~Alt Ctrl<Key>R:        undefined-key()                \n\
  1280.     Meta  Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  1281.      ~Alt Ctrl<Key>V:        xfeDoCommand(paste)                    \n\
  1282.     Meta  Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  1283.      ~Alt Ctrl<Key>W:        xfeDoCommand(close)                    \n\
  1284.     Meta  Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  1285.      ~Alt Ctrl<Key>X:        xfeDoCommand(cut)                    \n\
  1286.     Meta  Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  1287.      ~Alt Ctrl<Key>Y:        xfeDoCommand(redo)                    \n\
  1288.                                             \
  1289.  Meta ~Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  1290.   ~Alt Ctrl ~Shift<Key>1:    xfeDoCommand(openOrBringUpBrowser)    \n\
  1291.  Meta ~Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  1292.   ~Alt Ctrl  Shift<Key>1:    xfeDoCommand(openFolders)            \n\
  1293.  Meta ~Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  1294.   ~Alt Ctrl ~Shift<Key>2:    xfeDoCommand(openInbox)                \n\
  1295.  Meta ~Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  1296.   ~Alt Ctrl  Shift<Key>2:    xfeDoCommand(openAddrBook)            \n\
  1297.     Meta  Ctrl<Key>3:        xfeDoCommand(openEditor)        \n\
  1298.      ~Alt Ctrl<Key>3:        xfeDoCommand(openEditor)        \n\
  1299.     Meta  Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  1300.      ~Alt Ctrl<Key>4:        xfeDoCommand(openCalendar)            \n\
  1301.     Meta  Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  1302.      ~Alt Ctrl<Key>5:        xfeDoCommand(openConference)        \n\
  1303.     Meta  Ctrl<Key>6:        xfeDoCommand(openCalendar)            \n\
  1304.      ~Alt Ctrl<Key>6:        xfeDoCommand(openCalendar)            \n\
  1305.                                             \
  1306.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()                    \n\
  1307.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()                    \n\
  1308.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()                \n\
  1309.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()                \n\
  1310.                                             \
  1311.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfHelp:        xfeDoCommand(manual)    \n\
  1312.                                         \
  1313.     ~Meta ~Alt ~Ctrl ~Shift<Key>F10:            \n\
  1314.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfMenuBar:            \n\
  1315.                                 \
  1316.     <KeyRelease>:                            \n\
  1317.     <Key>:            xfeDoCommand(insertKey)            \n\
  1318.     <KeyPress>:        xfeDoCommand(insertKey)            \n\
  1319.     <KeyUp>:                            \n\
  1320.     <KeyDown>:        xfeDoCommand(insertKey)            \n
  1321.  
  1322. !=============================================================================
  1323.  
  1324.  
  1325. ! About Translations, Actions, and "-remote" commands:
  1326. !
  1327. ! You can control a running Netscape process externally; you do this by
  1328. ! issuing a command like "netscape -remote openURL(http://xxx)".
  1329. ! When Netscape is invoked with the -remote argument, it does not open
  1330. ! window, but instead connects to and controls an already-existing process.
  1331. ! This is done using X properties, so the two Netscape processes need not
  1332. ! be running on the same machine, and need not share a file system.
  1333. !
  1334. ! All of Netscape's action names are the same as its resource names; so, for
  1335. ! example, if you wanted to know the name of the action that corresponds to
  1336. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  1337. ! and see that the resource that is set to that string is "addBookmark" -
  1338. ! that's the name of the Action as well.
  1339. !
  1340. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  1341. ! can also invoke them directly via "netscape -remote", like this:
  1342. !
  1343. !    netscape -remote 'addBookmark()'
  1344. !
  1345. ! That will cause the existing Netscape process to add its current URL to
  1346. ! the bookmarks, just as if you had selected that menu item.
  1347. !
  1348. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  1349. ! for more information.
  1350.  
  1351.  
  1352. !=============================================================================
  1353.  
  1354.  
  1355. ! You can ask HTTP (Web) servers for documents in your preferred language
  1356. ! by setting the Accept-Language header. It is a comma-separated list of
  1357. ! languages or language/region pairs. For example, if you would prefer to
  1358. ! see documents in French, or, failing that, in American English, you could
  1359. ! use the following:
  1360. !
  1361. !   *httpAcceptLanguage: fr, en-US
  1362. !
  1363. ! The following languages and regions are presented to the user:
  1364. !
  1365. *languageRegionList:                \n\
  1366.     Afrikaans [af]                \n\
  1367.     Albanian [sq]                \n\
  1368.     Basque [eu]                \n\
  1369.     Bulgarian [bg]                \n\
  1370.     Byelorussian [be]            \n\
  1371.     Catalan [ca]                \n\
  1372.     Chinese [zh]                \n\
  1373.     Chinese/China [zh-CN]            \n\
  1374.     Chinese/Taiwan [zh-TW]            \n\
  1375.     Croatian [hr]                \n\
  1376.     Czech [cs]                \n\
  1377.     Danish [da]                \n\
  1378.     Dutch [nl]                \n\
  1379.     Dutch/Belgium [nl-BE]            \n\
  1380.     English [en]                \n\
  1381.     English/United Kingdom [en-GB]        \n\
  1382.     English/United States [en-US]        \n\
  1383.     Faeroese [fo]                \n\
  1384.     Finnish [fi]                \n\
  1385.     French [fr]                \n\
  1386.     French/Belgium [fr-BE]            \n\
  1387.     French/Canada [fr-CA]            \n\
  1388.     French/France [fr-FR]            \n\
  1389.     French/Switzerland [fr-CH]        \n\
  1390.     Galician [gl]                \n\
  1391.     German [de]                \n\
  1392.     German/Austria [de-AT]            \n\
  1393.     German/Germany [de-DE]            \n\
  1394.     German/Switzerland [de-CH]        \n\
  1395.     Greek [el]                \n\
  1396.     Hungarian [hu]                \n\
  1397.     Icelandic [is]                \n\
  1398.     Indonesian [id]                \n\
  1399.     Irish [ga]                \n\
  1400.     Italian [it]                \n\
  1401.     Japanese [ja]                \n\
  1402.     Korean [ko]                \n\
  1403.     Macedonian [mk]                \n\
  1404.     Norwegian [no]                \n\
  1405.     Polish [pl]                \n\
  1406.     Portuguese [pt]                \n\
  1407.     Portuguese/Brazil [pt-BR]        \n\
  1408.     Romanian [ro]                \n\
  1409.     Russian [ru]                \n\
  1410.     Scots Gaelic [gd]            \n\
  1411.     Serbian [sr]                \n\
  1412.     Slovak [sk]                \n\
  1413.     Slovenian [sl]                \n\
  1414.     Spanish [es]                \n\
  1415.     Spanish/Argentina [es-AR]        \n\
  1416.     Spanish/Colombia [es-CO]        \n\
  1417.     Spanish/Mexico [ex-MX]            \n\
  1418.     Spanish/Spain [es-ES]            \n\
  1419.     Swedish [sv]                \n\
  1420.     Turkish [tr]                \n\
  1421.     Ukrainian [uk]                \n
  1422.  
  1423.  
  1424. !=============================================================================
  1425. !
  1426. !      There's really nothing after this point you should be messing with.
  1427. !
  1428. !=============================================================================
  1429.  
  1430.  
  1431. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  1432. ! contexts where it has no business being involved at all.  Let's try
  1433. ! disabling it globally and see if that helps.
  1434. !Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  1435. !Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  1436.  
  1437. ! Turn off traversal for sashes.
  1438. *XmSash.traversalOn:        False
  1439.  
  1440. !
  1441. ! Label Land
  1442. !
  1443. *Help.sensitive:            False
  1444.  
  1445. ! HTML forms "More..." button (options menus)
  1446. *drawingArea*moreButton.labelString:    More...
  1447.  
  1448. ! Bookmarks "More..." cascade button
  1449. *bookmarkMoreButton.labelString:        More...
  1450.  
  1451. ! Mail and news "More..." button
  1452. *mailNewsMoreButton.labelString:        More...
  1453.  
  1454. !====================================================================
  1455. !  Menubar stuff
  1456. !====================================================================
  1457. !
  1458. ! The file menus for all the components come first.
  1459. ! Then the menus are listed on a per component basis.
  1460. !
  1461.  
  1462. *menuBar.fileMenu.labelString:        File
  1463. *menuBar.fileMenu.mnemonic:        F
  1464. *menuBar.fileMenu.fontList:            SGI_DYNAMIC ObliqueLabelFont
  1465.  
  1466. *menuBar.editMenu.labelString:        Edit
  1467. *menuBar.editMenu.mnemonic:        E
  1468. *menuBar.editMenu.fontList:            SGI_DYNAMIC ObliqueLabelFont
  1469.  
  1470. *menuBar.viewMenu.labelString:        View
  1471. *menuBar.viewMenu.mnemonic:        V
  1472. *menuBar.viewMenu.fontList:            SGI_DYNAMIC ObliqueLabelFont
  1473.  
  1474. *menuBar.goMenu.labelString:        Go
  1475. *menuBar.goMenu.mnemonic:        G
  1476. *menuBar.goMenu.fontList:            SGI_DYNAMIC ObliqueLabelFont
  1477.  
  1478. *menuBar.messageMenu.labelString:    Message
  1479. *menuBar.messageMenu.mnemonic:        M
  1480. *menuBar.messageMenu.fontList:            SGI_DYNAMIC ObliqueLabelFont
  1481.  
  1482. *menuBar.bookmarkMenu.labelString:    Bookmark
  1483. *menuBar.bookmarkMenu.mnemonic:        B
  1484. *menuBar.bookmarkMenu.fontList:            SGI_DYNAMIC ObliqueLabelFont
  1485.  
  1486. *menuBar.windowMenuLite.labelString:    Window
  1487. *menuBar.windowMenuLite.mnemonic:    W
  1488. *menuBar.windowMenuLite.fontList:    SGI_DYNAMIC ObliqueLabelFont
  1489.  
  1490. *menuBar.windowMenu.labelString:    Communicator
  1491. *menuBar.windowMenu.mnemonic:        C
  1492. *menuBar.windowMenu.fontList:           SGI_DYNAMIC ObliqueLabelFont
  1493.  
  1494. *menuBar.itemMenu.labelString:        Item
  1495. *menuBar.itemMenu.mnemonic:        I
  1496. *menuBar.itemMenu.fontList:            SGI_DYNAMIC ObliqueLabelFont
  1497.  
  1498. *menuBar.helpMenu.labelString:        Help
  1499. *menuBar.helpMenu.mnemonic:        H
  1500. *menuBar.helpMenu.fontList:            SGI_DYNAMIC ObliqueLabelFont
  1501.  
  1502. !Use SGI look 'n feel fonts in the menus
  1503. *menuBar*fontList:                SGI_DYNAMIC ObliqueLabelFont
  1504.  
  1505. !=======================
  1506. !  File Menu - Navigator 
  1507. !=======================
  1508.  
  1509. *menuBar*newSubmenu.labelString:    New
  1510. *menuBar*newSubmenu.mnemonic:        N
  1511.  
  1512. ! File/New Submenu
  1513. *menuBar*openBrowser.labelString:       Navigator Window
  1514. *menuBar*openBrowser.mnemonic:          N
  1515. *menuBar*openBrowser.acceleratorText:   Ctrl+N
  1516. *openBrowser.documentationString:        \
  1517. Create a new browser window for viewing web pages
  1518.  
  1519. *composeMessage.mnemonic:        M
  1520. *composeMessage.acceleratorText:    Ctrl+M
  1521. *composeMessage.labelString:        Message
  1522.  
  1523. ! In the three pane view, under the "Message" menu, it should read
  1524. ! "New Message" and not "Message"
  1525. *menuBar*composeMessage.labelString:        New Message
  1526.  
  1527. *composeMessage.documentationString:    \
  1528. Create a new mail or newsgroup message.
  1529. *composeArticle.documentationString:    \
  1530. Create a new newsgroup message.
  1531.  
  1532. *menuBar*newBlank.labelString:            Blank Page
  1533. *menuBar*newBlank.mnemonic:                P
  1534. *menuBar*newBlank.acceleratorText:        Ctrl+Shift+N
  1535. *newBlank.documentationString:            Create a new web page.
  1536.  
  1537. *menuBar*newTemplate.labelString:        Page From Template...
  1538. *menuBar*newTemplate.mnemonic:            T
  1539. *newTemplate.documentationString:    \
  1540. Use a template to create a new web page.
  1541.  
  1542. *menuBar*newWizard.labelString:            Page From Wizard...
  1543. *menuBar*newWizard.mnemonic:            W
  1544. *newWizard.documentationString:    Use the wizard to create a new web page.
  1545. ! end File/New Submenu
  1546.  
  1547. *menuBar*openPage.labelString:        Open Page...
  1548. *menuBar*openPage.mnemonic:            O
  1549. *menuBar*openPage.acceleratorText:    Ctrl+O
  1550. *openPage.documentationString:        \
  1551. Open a local file or a web page in the current window
  1552.  
  1553. *menuBar*recentSubmenu.labelString:    Open Recent...
  1554.  
  1555. *menuBar*saveMsg.labelString:       Save
  1556. *menuBar*saveMsg.mnemonic:           S
  1557. *menuBar*saveMsg.acceleratorText:   Ctrl+S
  1558. *menuBar*saveAs.labelString:        Save As...
  1559. *menuBar*saveMsgAs.labelString:     Save As
  1560. *menuBar*saveMsgAs.mnemonic:        S
  1561.  
  1562. *saveAsCmdString:                    Save As...
  1563. *saveFramesetAsCmdString:            Save Frameset As...
  1564. *menuBar*saveAs.mnemonic:           S
  1565. *menuBar*saveAs.acceleratorText:    Ctrl+S
  1566. *saveAs.documentationString:        Save a copy of the current page
  1567.  
  1568. *menuBar*saveFrameAs.labelString:    Save Frame As...
  1569. *menuBar*saveFrameAs.mnemonic:        F
  1570. *saveFrameAs.documentationString:    Save a copy of the selected frame
  1571.  
  1572. *sendPage.labelString:                Send Page
  1573. *sendPage.mnemonic:                    d
  1574. *sendPage.documentationString:        Send the current page to a recipient
  1575.  
  1576. *sendLink.labelString:                Send Link
  1577. *sendLink.mnemonic:                    k
  1578. *sendLink.documentationString:    \
  1579. Send current page location to a recipient
  1580.  
  1581. *editPageCmdString:        Edit Page
  1582. *editFrameCmdString:    Edit Frame
  1583. *editPage.labelString:              Edit Page
  1584. *editFrameSet.labelString:          Edit Frame Set
  1585. *menuBar*editPage.mnemonic:         E
  1586. *editPage.documentationString:      Edit the current page or frame set
  1587. *menuBar*editFrame.labelString:        Edit Frame
  1588. *menuBar*editFrame.mnemonic:        F
  1589. *editFrame.documentationString:     Edit the current frame
  1590.  
  1591. *menuBar*uploadFile.labelString:    Upload File...
  1592. *menuBar*uploadFile.mnemonic:        U
  1593. *uploadFile.documentationString: Upload (send) a file to this FTP directory
  1594.  
  1595. *menuBar*printSetup.labelString:    Page Setup...
  1596. *menuBar*printSetup.mnemonic:        g
  1597. *printSetup.documentationString:    Change the printing options
  1598.  
  1599. *menuBar*printPreview.labelString:    Print Preview
  1600. *menuBar*printPreview.mnemonic:        v
  1601. *printPreview.documentationString:    Preview the entire page
  1602.  
  1603. *menuBar*print.labelString:            Print...
  1604. *printCmdString:                    Print...
  1605. *printFrameCmdString:                Print Frame...
  1606. *menuBar*print.mnemonic:            P
  1607. *menuBar*print.acceleratorText:        Ctrl+P
  1608. *print.documentationString:            Print this page
  1609.  
  1610. *menuBar*close.labelString:            Close
  1611. *menuBar*close.mnemonic:            C
  1612. *menuBar*close.acceleratorText:        Ctrl+W
  1613. *close.documentationString:            Close this window
  1614.  
  1615. *menuBar*exit.labelString:            Exit
  1616. *menuBar*exit.mnemonic:                x
  1617. *menuBar*exit.acceleratorText:        Ctrl+Q
  1618. *exit.documentationString:    Close all windows in the application and exit
  1619.  
  1620. !===========================
  1621. !  File Menu - Page Composer
  1622. !===========================
  1623.  
  1624. *menuBar*save.labelString:                    Save
  1625. *menuBar*save.mnemonic:                        S
  1626. *menuBar*save.acceleratorText:                Ctrl+S
  1627. *save.documentationString:                    Save the current page
  1628.  
  1629. *Editor*menuBar*saveAs.acceleratorText:
  1630.  
  1631. *menuBar*publish.labelString:                Publish...
  1632. *menuBar*publish.mnemonic:                    u
  1633. *publish.documentationString:    \
  1634. Upload current file or directory to a server for public viewing
  1635.  
  1636. *menuBar*browsePage.labelString:            Browse Page
  1637. *menuBar*browsePage.mnemonic:                B
  1638. *browsePage.documentationString:    \
  1639. Open the current file in a new browser window
  1640.  
  1641. !=============================
  1642. ! File Menu - Compose Message
  1643. !=============================
  1644.  
  1645. *Composition*save.documentationString:    Save the current message
  1646.  
  1647. *Composition*toolBar*save*saveAs.labelString: As File...
  1648. *Composition*toolBar*save*saveAs.mnemonic: F
  1649. *Composition*saveAs.documentationString: Save a copy of the current message
  1650.  
  1651. *Composition*menuBar*saveAs.labelString:    File...
  1652. *Composition*menuBar*saveAs.mnemonic:       F
  1653. *Composition*menuBar*saveAs.acceleratorText:
  1654. *Composition*saveAs.documentationString: Save a copy of the current message
  1655.  
  1656. *Composition*toolBar*save*saveDraft.labelString: As Draft 
  1657. *Composition*toolBar*save*saveDraft.mnemonic: D
  1658. *Composition*toolBar*save*saveDraft.documentationString: Save this message in the Drafts folder to send later.
  1659.  
  1660. *menuBar*saveDraft.labelString:               Draft
  1661. *menuBar*saveDraft.mnemonic:                D
  1662. *saveDraft.documentationString:        Save this message in the Drafts folder to send later.
  1663.  
  1664. *Composition*toolBar*save*saveTemplate.labelString: As Template
  1665. *Composition*toolBar*save*saveTemplate.mnemonic: T
  1666. *Composition*toolBar*save*saveTemplate.documentationString: Save this message in the Templates folder to use again.
  1667.  
  1668. *menuBar*saveTemplate.labelString:          Template
  1669. *menuBar*saveTemplate.mnemonic:             T
  1670. *saveTemplate.labelString:          Template
  1671. *saveTemplate.mnemonic:             T
  1672. *saveTemplate.documentationString:      Save this message in the Templates folder to use again.
  1673.  
  1674. *menuBar*saveAsMenu.labelString:                Save As
  1675. *menuBar*saveAsMenu.mnemonic:                    A
  1676. *menuBar*saveAsMenu.saveMessagesAs.documentationString:        Save As...
  1677.  
  1678. *menuBar*saveMessage.labelString:        Save
  1679. *menuBar*saveMessage.acceleratorText:        Ctrl+S
  1680. *menuBar*saveMessage.documenationString:    Save this message
  1681.  
  1682. *menuBar*sendMessageNow.labelString:        Send Now
  1683. *menuBar*sendMessageNow.mnemonic:            d
  1684. *sendMessageNow.documentationString:        Send this message now
  1685. *menuBar*sendMessageNow.acceleratorText:    Ctrl+Enter
  1686.  
  1687. *menuBar*sendMessageLater.labelString:        Send Later
  1688. *menuBar*sendMessageLater.mnemonic:            L
  1689. *sendMessageLater.documentationString:        Queue this message for later delivery
  1690. *menuBar*sendMessageLater.acceleratorText:    Ctrl+Shift+Enter
  1691.  
  1692. *menuBar*quoteOriginalText.labelString:        Quote Original Message
  1693. *menuBar*quoteOriginalText.mnemonic:        Q
  1694. *menuBar*quoteOriginalText.acceleratorText:    Ctrl+Shift+Q
  1695. *quoteOriginalText.documentationString:    \
  1696. Paste in text from the original page in quoted form
  1697.  
  1698. *menuBar*addresseePicker.labelString:        Select Addresses...
  1699. *menuBar*addresseePicker.mnemonic:            t
  1700. *addresseePicker.documentationString:        Select recipient addresses
  1701. *addresseePicker.tipString:            Select addresses
  1702.  
  1703. *autoComplOnCmdString:                        Do Not Complete Address
  1704. *autoComplOffCmdString:                        Complete Address
  1705.  
  1706. *menuBar*showComplPicker.labelString:        Show Matching Addresses
  1707. *menuBar*showComplPicker.mnemonic:        S
  1708. *menuBar*showComplPicker.acceleratorText:    Ctrl+J
  1709. *menuBar*autoComplOnOff.acceleratorText:    Ctrl+D
  1710. !*showComplPicker.documentationString:        Show Matching Addresses...
  1711. !*showComplPicker.tipString:                    Show Matching Addresses...
  1712.  
  1713. *menuBar*attach.labelString:                Attach
  1714. *menuBar*attach.mnemonic:                    A
  1715. *attach.documentationString:                 Attach a page or address book card to the current message
  1716.  
  1717. *menuBar*showChrome.labelString:            Show
  1718. *menuBar*showChrome.mnemonic:               S
  1719.  
  1720. *menuBar*floatingTaskBarClose.labelString:  Floating Component Bar
  1721.  
  1722. !============================
  1723. !  File Menu - Message Center
  1724. !============================
  1725.  
  1726. *folderPrivileges.labelString:                    Privileges
  1727. *newFolder.labelString:                            New Folder...
  1728. *newFolderCmdString:                            New Folder...
  1729. *newSubFolderCmdString:                            New Subfolder...
  1730. ! sspitzer:  is category used anymore?  what is it?
  1731. *newCategoryCmdString:                            New Category...
  1732. *newNewsgroupCmdString:                            New Newsgroup...
  1733. *newFolder.mnemonic:                            w
  1734. *newFolder.documentationString:    \
  1735. Create a new mail folder or a new newsgroup
  1736.  
  1737. *MailFolder*menuBar*openSelected.labelString: Open
  1738. *MailFolder*menuBar*openSelected.mnemonic: O
  1739. *MailFolder*menuBar*openSelected.acceleratorText: Ctrl+O
  1740. *MailFolder*menuBar*openSelected.documentationString: \
  1741. Open the selected mail folder or newsgroup
  1742. *openFolder.labelString: Open
  1743. *openFolder.acceleratorText: Ctrl+O
  1744. *openFolder.mnemonic:                    O
  1745. *openFolder.documentationString: \
  1746. Open the selected mail folder or newsgroup
  1747.  
  1748. *renameFolder.labelString:            Rename Folder...
  1749. *renameFolder.mnemonic:                R
  1750. *renameFolder.documentationString:    Change the name of the selected folder
  1751.  
  1752. *menuBar*newMsgSubmenu.labelString:            Get Messages
  1753. *menuBar*newMsgSubmenu.mnemonic:            G
  1754. *newMessage.documentationString:    \
  1755. Get new mail and newsgroup messages
  1756.  
  1757. ! File/Get Messages Submenu
  1758. *menuBar*getNewMessages.labelString:           Get New Messages
  1759. *menuBar*getNewMessages.mnemonic:         M
  1760. *menuBar*getNewMessages.acceleratorText:        Ctrl+T
  1761.         
  1762. ! This label is generated dynamically from the preferences
  1763. !*menuBar*getNextNNewMsgs.labelString:       Next 500
  1764. *menuBar*getNextNNewMsgs.mnemonic:             e
  1765.  
  1766. *menuBar*synchWithServer.labelString:       Synchronize with Server
  1767. *menuBar*synchWithServer.mnemonic:             S
  1768.  
  1769. *menuBar*sendMessagesInOutbox.labelString: Send Unsent Messages
  1770. *menuBar*sendMessagesInOutbox.mnemonic: d
  1771. *sendMessagesInOutbox.documentationString: \
  1772. Send messages in Outbox folder now
  1773.  
  1774. *menuBar*updateMessageCount.labelString:    Update Message Counts
  1775. *menuBar*updateMessageCount.mnemonic:        U
  1776. *updateMessageCount.documentationString:    \
  1777. Update number of unread messages
  1778.  
  1779. *addNewsgroup.labelString:        Subscribe...
  1780. *addNewsgroup.mnemonic:            b
  1781. *addNewsgroup.documentationString:        Subscribe...
  1782.  
  1783. !=============================
  1784. !  File Menu - Message Threads
  1785. !=============================
  1786.  
  1787. *menuBar*openAttachmentsSubmenu.labelString:    Open Attachment
  1788. *menuBar*openAttachmentsSubmenu.mnemonic:                O
  1789. *openAttachments.documentationString:    \
  1790. Open the selected attachment
  1791.  
  1792. ! File/Open Attachments Submenu is dynamically generated
  1793.  
  1794. *editMessage.labelString:                Edit Message as New
  1795. *editMessage.mnemonic:                    E
  1796. *editMessage.documentationString:                Edit the selected message
  1797.  
  1798. *menuBar*saveTemplate.labelString:        Template
  1799. *menuBar*saveTemplate.mnemonic:            T
  1800. *menuBar*saveAsTemplate.labelString:    Template
  1801. *menuBar*saveAsTemplate.mnemonic:        T
  1802.  
  1803. *menuBar*saveMessagesAs.labelString:    File
  1804. *menuBar*saveMessagesAs.mnemonic:    F
  1805. *menuBar*saveMessagesAs.acceleratorText:    Ctrl+S
  1806.  
  1807. *MailThread*menuBar*saveMessageAs.labelString:  File
  1808. *MailThread*menuBar*saveMessageAs.mnemonic:  F
  1809. *MailThread*menuBar*saveMessageAs.acceleratorText:    Ctrl+S
  1810.  
  1811. *menuBar*emptyTrash.mnemonic: y
  1812.  
  1813. ! labelString is generated dynamically
  1814. *menuBar*compressFolders.mnemonic: t
  1815.  
  1816. !==========================
  1817. !  File Menu - Address Book
  1818. !==========================
  1819.  
  1820. *addToAddressBook.labelString:    New Card...
  1821. *addToAddressBook.mnemonic:        r
  1822. !*addToAddressBook.acceleratorText:    Ctrl+N
  1823. *addToAddressBook.documentationString:    \
  1824. Create a new address book card entry
  1825.  
  1826. *abNewList.labelString:            New List...
  1827. *abNewList.mnemonic:            s
  1828. *abNewList.documentationString:    \
  1829. Create a new address book list
  1830.  
  1831. *abNewPAB.labelString:            New Address Book...
  1832. *abNewPAB.mnemonic:            A
  1833. *abNewPAB.documentationString:    \
  1834. Create a new address book 
  1835.  
  1836. *abNewLDAPDirectory.labelString: New Directory...
  1837. *abNewLDAPDirectory.mnemonic:            D
  1838. *abNewLDAPDirectory.documentationString:    \
  1839. Create a Directory Server
  1840.  
  1841. *menuBar*import.labelString:    Import...
  1842. *menuBar*import.mnemonic:        I
  1843. *AddressBook*import.documentationString:    \
  1844. Import a file into the address book
  1845. !
  1846. ! customized for PAB
  1847. !
  1848. *AddressBook*menuBar*saveAs.labelString:        Export...
  1849. *AddressBook*menuBar*saveAs.mnemonic:        E
  1850. *AddressBook*menuBar*toggleNavigationToolbar.labelString: Address Book Toolbar
  1851. *AddressBook*menuBar*toggleNavigationToolbar.mnemonic: A
  1852. *AddressBook*menuBar*abToggleABPane.labelString: Address Books
  1853. *AddressBook*menuBar*abToggleABPane.mnemonic: B
  1854.  
  1855. *menuBar*abCall.labelString:    Call
  1856. *menuBar*abCall.mnemonic:        l
  1857. *abCall.documentationString:    \
  1858. Place a call with Netscape Conference 
  1859.  
  1860.  
  1861. !
  1862. ! i18n labels: used in AB search dialog, Message filter dialog, 
  1863. ! and Search Message dialog
  1864. !
  1865. !*I18nColon.labelString: will be something like   :
  1866. !*I18nFirst.labelString: will be something like   the
  1867. !*I18nRest.labelString: will be something like  or/and
  1868. !
  1869. *I18nColon.labelString: 
  1870. *I18nFirst.labelString: 
  1871. *I18nRest.labelString: 
  1872.  
  1873. !=======================
  1874. !  File Menu - Bookmarks
  1875. !=======================
  1876.  
  1877. *newBookmark.labelString:                            New Bookmark...
  1878. *bookmarks*menuBar*newBookmark.mnemonic:            w
  1879. *newBookmark.documentationString:    \
  1880. Create a new bookmark entry
  1881.  
  1882. *newFolder.labelString:                                New Folder...
  1883. *bookmarks*menuBar*newFolder.mnemonic:                F
  1884. *bookmarks*newFolder.documentationString:    \
  1885. Create a new bookmark folder
  1886.  
  1887. *newSeparator.labelString:                            New Separator
  1888. *bookmarks*menuBar*newSeparator.mnemonic:            S
  1889. *bookmarks*newSeparator.documentationString:    \
  1890. Create a new separator
  1891.  
  1892. *bookmarks*menuBar*openBookmarkFile.labelString:    Open Bookmarks File...
  1893. *bookmarks*menuBar*openBookmarkFile.mnemonic:        F
  1894. *bookmarks*openBookmarkFile.documentationString:    \
  1895. Open a bookmarks file in this window
  1896.  
  1897. *bookmarks*menuBar*openSelected.labelString:        Go to Bookmark
  1898. *bookmarks*menuBar*openSelected.mnemonic:            k
  1899. *bookmarks*openSelected.documentationString:    \
  1900. Open the selected bookmark in a browser window
  1901.  
  1902. *bookmarks*menuBar*import.labelString:                Import...
  1903. *bookmarks*menuBar*import.mnemonic:                    I
  1904. *bookmarks*import.documentationString:    \
  1905. Import another bookmark list into the current list
  1906.  
  1907. *bookmarks*menuBar*addToToolbar.labelString:        Add Selection to Toolbar
  1908. *bookmarks*menuBar*addToToolbar.mnemonic:            A
  1909. *bookmarks*addToToolbar.documentationString:    \
  1910. Add bookmark to the Personal Toolbar
  1911.  
  1912. *bookmarks*menuBar*createShortcut.labelString:        Create Shortcut
  1913. *bookmarks*menuBar*createShortcut.mnemonic:            t
  1914. *bookmarks*createShortcut.documentationString:    \
  1915. Create an Internet Shortcut to the selected bookmark
  1916.  
  1917. *makeAlias.labelString:                Make Alias
  1918. *makeAlias.mnemonic:                M
  1919. *makeAlias.documentationString:    \
  1920. Make a bookmark alias to the selected bookmark
  1921.  
  1922. !=====================
  1923. !  File Menu - History
  1924. !=====================
  1925.  
  1926. *history*menuBar*openSelected.labelString:        Go to Page
  1927. *history*menuBar*openSelected.mnemonic:            e
  1928. *history*openSelected.documentationString:    \
  1929. Open the selected page in a browser window
  1930.  
  1931. *history*menuBar*addToToolbar.labelString:        Add Page to Toolbar
  1932. *history*menuBar*addToToolbar.mnemonic:            A
  1933. *history*addToToolbar.documentationString:    \
  1934. Add the selected page to the Personal Toolbar
  1935.  
  1936. *history*menuBar*print.labelString:             Print History...
  1937.  
  1938. !=======================
  1939. !  Edit Menu - Navigator
  1940. !=======================
  1941.  
  1942. *undo.labelString:              Undo
  1943. *undo.mnemonic:                 U
  1944. *undo.acceleratorText:          Ctrl+Z
  1945. *undo.documentationString:      Undo the previous action
  1946.  
  1947. *redo.labelString:              Redo
  1948. *redo.mnemonic:                 R
  1949. *redo.acceleratorText:          Ctrl+Y
  1950. *redo.documentationString:      Redo the next action
  1951.  
  1952. *cut.labelString:               Cut
  1953. *cut.mnemonic:                  t
  1954. *cut.acceleratorText:           Ctrl+X
  1955. *cut.documentationString:    \
  1956. Cut the selected text and put it on the clipboard
  1957.  
  1958. *copy.labelString:              Copy
  1959. *copy.mnemonic:                 C
  1960. *copy.acceleratorText:          Ctrl+C
  1961. *copy.documentationString:    \
  1962. Copy the selected text and put it on the clipboard
  1963.  
  1964. *paste.labelString:             Paste
  1965. *paste.mnemonic:                P
  1966. *paste.acceleratorText:         Ctrl+V
  1967. *paste.documentationString:        Insert clipboard contents
  1968.  
  1969. *delete.labelString:            Delete
  1970. *delete.mnemonic:                D
  1971. *delete.acceleratorText:        Ctrl+D
  1972. *delete.documentationString:    Delete the selected text
  1973. ! EditorFrame uses this one
  1974. *deleteItem.labelString:        Delete
  1975. *deleteItem.mnemonic:           D
  1976. *deleteItem.acceleratorText:    Ctrl+D
  1977. *deleteItem.documentationString:Delete the selected text
  1978.  
  1979. *selectAll.labelString:                 Select All
  1980. *selectAllCmdString:                    Select All
  1981. *selectAllInFrameCmdString:                Select All in Frame
  1982. *selectAll.mnemonic:                    A
  1983. *selectAll.acceleratorText:                Ctrl+A
  1984. *selectAll.documentationString:            Select the entire page
  1985. ! Thread Window Edit/Select pullaside menu
  1986. *MailThread*selectAll.labelString:      All
  1987. *MailThread*selectAllCmdString:         All
  1988. *MailThread*selectAllInFrameCmdString:  All in Frame
  1989.  
  1990. *menuBar*findInObject.labelString:        Find in Page...
  1991. *Composition*menuBar*findInObject.labelString:    Find...
  1992. *MailMsg*menuBar*findInObject.labelString:        Find...
  1993. *MailThread*menuBar*findInObject.labelString:    Find...
  1994. *findInObjectCmdString:                    Find in Page...  
  1995. *findInFrameCmdString:                    Find in Frame...  
  1996.  
  1997. *menuBar*findInObject.mnemonic:         F
  1998. *menuBar*findInObject.acceleratorText:    Ctrl+F
  1999. *findInObject.documentationString:        \
  2000. Search for text in the current page
  2001.  
  2002. *menuBar*findAgain.labelString:            Find Again
  2003. *menuBar*findAgain.mnemonic:            g
  2004. *menuBar*findAgain.acceleratorText:        Ctrl+G
  2005. *findAgain.documentationString:            Repeat last Find operation
  2006.  
  2007. *Navigator*menuBar*search.labelString:    Search Internet
  2008. *Navigator*menuBar*search.mnemonic:     I
  2009. *Navigator*search.documentationString:    \
  2010. Search the Internet for information
  2011.  
  2012. *menuBar*searchAddress.labelString:     Search Directory
  2013. *menuBar*searchAddress.mnemonic:         y
  2014. *searchAddress.documentationString:    \
  2015. Search a directory to find a person
  2016.  
  2017. *menuBar*editPreferences.labelString:   Preferences...
  2018. *menuBar*editPreferences.mnemonic:        e
  2019. *editPreferences.documentationString:    \
  2020. Change user preferences for the application
  2021.  
  2022. !===========================
  2023. !  Edit Menu - Page Composer
  2024. !===========================
  2025.  
  2026. *deleteTableMenu.labelString:                   Delete Table
  2027. !*deleteTableMenu.mnemonic:                        b
  2028. *deleteTableMenu.mnemonic:            l
  2029.  
  2030. ! Edit/Delete Table Submenu
  2031.  
  2032. *deleteTable.labelString:                       Table
  2033. *deleteTable.mnemonic:                          T
  2034. *deleteTable.documentationString:    \
  2035. Delete the entire table at current cursor location
  2036.  
  2037. ! new
  2038. *deleteTableRow.labelString:                    Row
  2039. *deleteTableRow.mnemonic:                       R
  2040. *deleteTableRow.documentationString:    \
  2041. Delete the row in the current cursor location
  2042.  
  2043. *deleteTableColumn.labelString:                 Column
  2044. *deleteTableColumn.mnemonic:                    o
  2045. *deleteTableColumn.documentationString:    \
  2046. Delete the column in the current cursor location
  2047.  
  2048. *deleteTableCell.labelString:                   Cell
  2049. *deleteTableCell.mnemonic:                      C
  2050. *deleteTableCell.documentationString:    \
  2051. Delete the cell in the current cursor location
  2052.  
  2053. ! end Edit/Delete Table Submenu
  2054.  
  2055. *removeLink.labelString:        Remove Link
  2056. *removeLink.mnemonic:            k
  2057. *removeLinks.labelString:        Remove Links
  2058. *menuBar*removeLinks.mnemonic:      R
  2059. *removeLinks.documentationString:    \
  2060. Remove the link corresponding to the selected text
  2061.  
  2062. *selectTable.labelString:                       Select Table
  2063. *selectTable.mnemonic:                          b
  2064. *selectTable.documentationString:    \
  2065. Select the table at the current cursor location
  2066.  
  2067. *menuBar*editPageSource.labelString:        HTML Source
  2068. *editPageSource.documentationString:    \
  2069. Edit the HTML source for the current page
  2070.  
  2071. !=============================
  2072. !  Edit Menu - Compose Message
  2073. !=============================
  2074.  
  2075. *menuBar*pasteAsQuoted.labelString:            Paste as Quotation
  2076. *menuBar*pasteAsQuoted.mnemonic:            Q
  2077. *pasteAsQuoted.documentationString:    \
  2078. Paste clipboard contents in quoted form
  2079.  
  2080. !============================
  2081. !  Edit Menu - Message Center
  2082. !============================
  2083.  
  2084. *menuBar*search.labelString:            Search Messages...
  2085. *menuBar*search.mnemonic:               S
  2086. *menuBar*search.acceleratorText:        Ctrl+Shift+F
  2087. *search.documentationString:    Search mail and newsgroup messages
  2088.  
  2089. *menuBar*editConfiguration.labelString:    Mail Account
  2090. *menuBar*editConfiguration.mnemonic:        M
  2091.  
  2092. *menuBar*moderateDiscussion.labelString:    Manage Newsgroups
  2093. *menuBar*moderateDiscussion.mnemonic:        N
  2094.  
  2095. *menuBar*editMailFilterRules.labelString: Message Filters...
  2096. *menuBar*editMailFilterRules.mnemonic:    i
  2097. *editMailFilterRules.documentationString:    \
  2098. Set rules for filtering mail into folders
  2099.  
  2100. *popup*deleteNewsgroup.labelString:        Remove Newsgroup Server
  2101. *popup*addNewsgroup.labelString:        Subscribe to Newsgroups...
  2102. *newsServerPropsCmdString:  Newsgroup Server Properties
  2103. *newsgroupPropsCmdString:    Newsgroup Properties
  2104. *folderPropsCmdString:        Properties
  2105. *mailServerPropsCmdString:  Mail Server Properties
  2106. *menuBar*viewProperties.labelString:    Properties
  2107. *menuBar*viewProperties.mnemonic:        s
  2108. *viewProperties.documentationString:    \
  2109. View mail folder or newsgroup properties
  2110.  
  2111. ! text generated dynamically
  2112. *menuBar*deleteFolder.mnemonic: D
  2113. *menuBar*deleteFolder.acceleratorText: Ctrl+D
  2114.  
  2115.  
  2116. !=============================
  2117. !  Edit Menu - Message Threads
  2118. !=============================
  2119.  
  2120. *deleteAny.labelString:        Delete Message
  2121. *deleteAny.mnemonic:        D
  2122. *deleteAny.acceleratorText:        Ctrl+D
  2123.  
  2124. *selectSubmenu.labelString:                Select
  2125. *selectSubmenu.mnemonic:                l
  2126.  
  2127.  
  2128. ! Edit/Select Submenu
  2129.  
  2130. *selectThread.labelString:                Thread
  2131. *selectThread.mnemonic:                    T
  2132. *selectThread.acceleratorText:                Ctrl+Shift+A
  2133.  
  2134. *selectCategory.labelString:            Category
  2135. *selectCategory.mnemonic:                C
  2136.  
  2137. *selectFlaggedMessages.labelString:        Flagged Messages
  2138. *selectFlaggedMessages.mnemonic:            F
  2139.  
  2140. *selectAllMessages.labelString:            All Messages
  2141. *selectAllMessages.mnemonic:            M
  2142.  
  2143. ! end Edit/Select Submenu
  2144.  
  2145. !==========================
  2146. !  Edit Menu - Address Book
  2147. !==========================
  2148.  
  2149. *menuBar*abDelete.labelString:        Delete
  2150. *menuBar*abDelete.mnemonic:        D
  2151. *menuBar*abDelete.acceleratorText: Del
  2152. *abDelete.documentationString:    \
  2153. Delete the selected address book entries
  2154.  
  2155. *menuBar*abDeleteAllEntries.labelString:        Delete All Occurrences
  2156. *menuBar*abDeleteAllEntries.mnemonic: O
  2157.  
  2158. *menuBar*abSearchFor.labelString:     Search for...
  2159. *menuBar*abSearchFor.mnemonic:        f
  2160.  
  2161. *menuBar*displayHTMLDomainsDialog.labelString:    HTML Domains...
  2162. *menuBar*displayHTMLDomainsDialog.mnemonic:        H
  2163. *displayHTMLDomainsDialog.documentationString:    \
  2164. Edit the list of domains that can receive HTML messages
  2165.  
  2166. *AddressBook*menuBar*viewProperties.labelString:    Properties
  2167. *AddressBook*menuBar*viewProperties.mnemonic:        s
  2168.  
  2169. *viewProperties.documentationString:    \
  2170. Place a call with Netscape Conference
  2171.  
  2172. *AddressBook**menuBar*selectAll.acceleratorText:
  2173.  
  2174. !=======================
  2175. !  Edit Menu - Bookmarks
  2176. !=======================
  2177.  
  2178. *bookmarks*menuBar*findInObject.labelString:        Find in Bookmarks...
  2179. *bookmarks*findInObject.documentationString:        \
  2180. Find a bookmark in the list
  2181.  
  2182. *bookmarkProperties.labelString:            Bookmark Properties
  2183. *menuBar*bookmarkProperties.mnemonic:        B
  2184. *bookmarkProperties.documentationString:    \
  2185. View the properties of the selected bookmark
  2186.  
  2187. !=======================
  2188. !  Edit Menu - History
  2189. !=======================
  2190.  
  2191. *history*menuBar*search.labelString:            Search History List
  2192. *history*menuBar*search.mnemonic:               H
  2193. *history*search.documentationString:    \
  2194. Search for one or more items in the History List
  2195.  
  2196. !=======================
  2197. !  View Menu - Navigator
  2198. !=======================
  2199.  
  2200. *menuBar*toggleNavigationToolbar.labelString: Navigation Toolbar
  2201. *menuBar*toggleNavigationToolbar.mnemonic:    N
  2202. *menuBar*toggleNavigationToolbar.documentationString: Show or hide the Navigation toolbar
  2203.  
  2204. *menuBar*toggleLocationToolbar.labelString: Location Toolbar
  2205. *menuBar*toggleLocationToolbar.mnemonic:    L
  2206. *toggleLocationToolbar.documentationString:    Show or hide the Location toolbar
  2207.  
  2208. *menuBar*togglePersonalToolbar.labelString:    Personal Toolbar
  2209. *menuBar*togglePersonalToolbar.mnemonic:    P
  2210. *togglePersonalToolbar.documentationString:    Show or hide the Personal toolbar
  2211.  
  2212. *menuBar*increaseFont.labelString:    Increase Font
  2213. *menuBar*increaseFont.mnemonic:        F
  2214. *menuBar*increaseFont.acceleratorText:    Ctrl+]
  2215. *increaseFont.documentationString:    \
  2216. Increase the font size for viewing this page
  2217.  
  2218. *menuBar*decreaseFont.labelString:    Decrease Font
  2219. *menuBar*decreaseFont.mnemonic:        n
  2220. *menuBar*decreaseFont.acceleratorText:    Ctrl+[
  2221. *decreaseFont.documentationString:    \
  2222. Decrease the font size for viewing this page
  2223.  
  2224. *reload.labelString:                Reload
  2225. *reload.mnemonic:                    R
  2226. *reload.acceleratorText:            Ctrl+R
  2227. ! In mail and news reply to sender uses this accelerator
  2228. *MailThread*menuBar*reload.acceleratorText:    
  2229. *MailMsg*menuBar*reload.acceleratorText:    
  2230. *News*menuBar*reload.acceleratorText:    
  2231. *reload.documentationString:        Reload the current page
  2232.  
  2233. *showImages.labelString:            Show Images
  2234. *showImages.mnemonic:                g
  2235. *showImages.documentationString:    Show the images in the current page
  2236.  
  2237. *refresh.labelString:                Refresh
  2238. *refresh.mnemonic:                    h
  2239. *refresh.documentationString:        Refresh the screen
  2240.  
  2241. *stopAnimationsCmdString:            Stop Animations
  2242. *stopLoadingCmdString:                Stop Loading
  2243. *stopLoading.labelString:            Stop Loading
  2244. *stopLoading.mnemonic:                S
  2245. *stopLoading.acceleratorText:        ESC
  2246. *stopLoading.documentationString:    Stop the current transfer
  2247. !xxx need separate doc string for stop animations
  2248.  
  2249. *viewPageSource.labelString:        Page Source
  2250. *viewPageSource.acceleratorText:    Ctrl+U
  2251. *viewPageSource.documentationString:View the HTML source of the current page
  2252.  
  2253. *viewPageInfo.labelString:            Page Info
  2254. *viewPageInfo.mnemonic:                I
  2255. *viewPageInfo.documentationString:    View information about the current page
  2256.  
  2257. *pageServices.labelString:            Page Services
  2258. *pageServices.mnemonic:                P
  2259. !*pageServices.documentationString:
  2260.  
  2261. *menuBar*encodingSubmenu.labelString:    Character Set
  2262. *menuBar*encodingSubmenu.mnemonic:        C
  2263. *encodingSubmenu.documentationString:    \
  2264. Change character encoding of the current page
  2265.  
  2266. ! View/Encoding Submenu
  2267.  
  2268. *latin1EncCmdString:        Western (ISO-8859-1)
  2269. *latin2EncCmdString:        Central European (ISO-8859-2)
  2270. *Win1250EncCmdString:        Central European (Windows-1250)
  2271. *jaAutoEncCmdString:        Japanese (Auto-Detect)
  2272. *jaSJISEncCmdString:        Japanese (Shift_JIS)
  2273. *jaEUCEncCmdString:            Japanese (EUC-JP)
  2274. *twBig5EncCmdString:        Traditional Chinese (Big5)
  2275. *twEUCEncCmdString:            Traditional Chinese (EUC-TW)
  2276. *gbEUCEncCmdString:            Simplified Chinese (GB2312)
  2277. *krEUCEncCmdString:            Korean (Auto-Detect)
  2278. *2022krEncCmdString:        Korean (ISO-2022-KR)
  2279. *koi8rEncCmdString:            Cyrillic (KOI8-R)
  2280. *88595EncCmdString:            Cyrillic (ISO-8859-5)
  2281. *Win1251EncCmdString:        Cyrillic (Windows-1251)
  2282. *cp866EncCmdString:            Cyrillic (CP-866)
  2283. *greekEncCmdString:            Greek (ISO-8859-7)
  2284. *Win1253EncCmdString:        Greek (Windows-1253)
  2285. *88599EncCmdString:            Turkish (ISO-8859-9)
  2286. *unicode_utf8EncCmdString:    Unicode (UTF-8)
  2287. *unicode_utf7EncCmdString:    Unicode (UTF-7)
  2288. *otherEncCmdString:            User-Defined
  2289. *setDefaultDocCSID:            Set Default Character Set
  2290. *setDefaultDocumentEncoding.documentationString:    \
  2291. Set the Global Default Documentation Encoding
  2292.  
  2293. ! end View/Encoding Submenu
  2294.  
  2295. !==============================
  2296. !  View Menu - Page Composer
  2297. !==============================
  2298.  
  2299. *toggleMenubar.labelString:    Menu bar
  2300. *toggleMenubar.documentationString:    \
  2301. Show or hide the Menu bar
  2302.  
  2303. *Editor*toggleNavigationToolbar.labelString:    Composition toolbar
  2304. *Editor*toggleNavigationToolbar.documentationString:    \
  2305. Show or hide the Composition toolbar
  2306.  
  2307. *toggleFormatToolbar.labelString:    Formatting toolbar
  2308. *toggleFormatToolbar.documentationString:    \
  2309. Show or hide the Formatting toolbar
  2310.  
  2311. *menuBar*toggleParagraphMarks.labelString:        Paragraph Marks
  2312. *menuBar*toggleParagraphMarks.mnemonic:            P
  2313. *toggleParagraphMarks.documentationString:    \
  2314. Show or hide the paragraph marks
  2315.  
  2316. !=============================
  2317. ! View Menu - Compose Message
  2318. !=============================
  2319.  
  2320. *Composition*menuBar*toggleNavigationToolbar.labelString: Message Toolbar
  2321. *Composition*toggleAddressArea.documentationString:    \
  2322. Show or hide the Addressing Area
  2323. *Composition*toggleAddressArea.tipString:          Addressing Area
  2324. *Composition*toggleAddressArea.mnemonic:          A
  2325. *Composition*toggleAddressArea.labelString:          Addressing Area
  2326.  
  2327. *Composition*toggleNavigationToolbar.labelString:    Message toolbar
  2328. *Composition*toggleNavigationToolbar.documentationString:    \
  2329. Show or hide the Message toolbar
  2330. *Composition*toggleNavigationToolbar.mnemonic:    T
  2331.  
  2332. !xxx add Show/Hide Addressing Area
  2333.  
  2334. *Composition*menuBar*viewAddresses.labelString:       Address Pane
  2335. *Composition*menuBar*viewAddresses.mnemonic:          A
  2336. *Composition*viewAddresses.documentationString:    \
  2337. View addresses of recipients
  2338.  
  2339. *Composition*menuBar*viewAttachments.labelString:     Attachment Pane
  2340. *Composition*menuBar*viewAttachments.mnemonic:        t
  2341. *viewAttachments.documentationString:    \
  2342. View message attachments
  2343.  
  2344. *Composition*menuBar*viewOptions.labelString:         Options Pane
  2345. *Composition*menuBar*viewOptions.mnemonic:            O
  2346. *Composition*viewOptions.documentationString: View message options
  2347.  
  2348. !xxx no longer in spec (viewMessageBodyOnly)
  2349. *Composition*menuBar*viewMessageBodyOnly.labelString: Message Body Only
  2350. *Composition*menuBar*viewMessageBodyOnly.mnemonic:    B
  2351. *Composition*viewMessageBodyOnly.documentationString:    \
  2352. View the message body and hide the adresses
  2353.  
  2354. *Composition*menuBar*wrapLongLines.labelString:       Wrap Long Lines
  2355. *Composition*menuBar*wrapLongLines.mnemonic:          W
  2356. *Composition*wrapLongLines.documentationString:    \
  2357. Wrap long lines when the message is sent
  2358.  
  2359. !============================
  2360. !  View Menu - Message Center
  2361. !============================
  2362.  
  2363. *MailFolder*menuBar*toggleNavigationToolbar.labelString: Message Toolbar
  2364. *MailFolder*menuBar*toggleNavigationToolbar.mnemonic:    M
  2365. *MailFolder*menuBar*toggleNavigationToolbar.documentationString: Show or hide the Folder toolbar
  2366.  
  2367. *menuBar*showSubmenu.labelString:   Show
  2368. *menuBar*showSubmenu.mnemonic:   w
  2369.  
  2370. *MailFolder*toggleNavigationToolbar.documentationString:    \
  2371. Show or hide the Message Center toolbar
  2372. *MailFolder*toggleNavigationToolbar.mnemonic:    M
  2373.  
  2374. *menuBar*moveSubmenu.labelString: Move Folder
  2375.  
  2376. !=============================
  2377. !  View Menu - Message Threads
  2378. !=============================
  2379.  
  2380. *MailThread*menuBar*toggleNavigationToolbar.labelString: Message Toolbar
  2381. *MailThread*menuBar*toggleNavigationToolbar.documentationString: Show or hide the Message toolbar
  2382. *MailThread*toggleNavigationToolbar.mnemonic:    M
  2383.  
  2384. *menuBar*toggleMessageExpansion.labelString: Message
  2385. *menuBar*toggleMessageExpansion.mnemonic: g
  2386. *menuBar*toggleMessageExpansion.documentationString: Show or hide the message.
  2387.  
  2388. *menuBar*toggleFolderExpansion.labelString: Folders
  2389. *menuBar*toggleFolderExpansion.mnemonic: F
  2390. *menuBar*toggleFolderExpansion.documentationString: Show or hide the list of folders.
  2391.  
  2392. *menuBar*sortSubmenu.labelString:    Sort
  2393. *menuBar*sortSubmenu.mnemonic:        o
  2394.  
  2395. ! View/Sort Submenu
  2396. *menuBar*sortBySubject.labelString:        by Subject
  2397. *menuBar*sortBySubject.mnemonic:        S
  2398. *menuBar*sortBySender.labelString:        by Sender
  2399. *menuBar*sortBySender.mnemonic:            r
  2400. *menuBar*sortByDate.labelString:        by Date
  2401. *menuBar*sortByDate.mnemonic:            e
  2402. *menuBar*sortByFlag.labelString:        by Flag
  2403. *menuBar*sortByFlag.mnemonic:            F
  2404. *menuBar*sortByPriority.labelString:    by Priority
  2405. *menuBar*sortByPriority.mnemonic:        P
  2406. *menuBar*sortByThread.labelString:        by Thread
  2407. *menuBar*sortByThread.mnemonic:            T
  2408. *menuBar*sortBySize.labelString:        by Size
  2409. *menuBar*sortBySize.mnemonic:            z
  2410. *menuBar*sortByStatus.labelString:        by Status
  2411. *menuBar*sortByStatus.mnemonic:            u
  2412. *menuBar*sortByUnread.labelString:        by Unread
  2413. *menuBar*sortByUnread.mnemonic:            n
  2414. *menuBar*sortByMessageNumber.labelString:    by Order Received
  2415. *menuBar*sortByMessageNumber.mnemonic:        O
  2416. *menuBar*sortForward.labelString:        Ascending
  2417. *menuBar*sortForward.mnemonic:            A
  2418. *menuBar*sortBackward.labelString:        Descending
  2419. *menuBar*sortBackward.mnemonic:            D
  2420. ! end View/Sort Submenu
  2421.  
  2422. *menuBar*expandCollapseSubmenu.labelString:    Expand/Collapse
  2423. *menuBar*expandCollapseSubmenu.mnemonic:    x
  2424.  
  2425. ! View/Expand/Collapse Submenu
  2426. *menuBar*expand.labelString:        Expand
  2427. *menuBar*expand.mnemonic:            x
  2428. *menuBar*expand.acceleratorText:    +
  2429. *menuBar*expandAll.labelString:        Expand All
  2430. *menuBar*expandAll.mnemonic:        A
  2431. *menuBar*expandAll.acceleratorText:    *
  2432. *menuBar*collapse.labelString:        Collapse
  2433. *menuBar*collapse.mnemonic:            C
  2434. *menuBar*collapse.acceleratorText:    -
  2435. *menuBar*collapseAll.labelString:    Collapse All
  2436. *menuBar*collapseAll.mnemonic:        l
  2437. *menuBar*collapseAll.acceleratorText: /
  2438. ! end View/Expand/Collapse Submenu
  2439.  
  2440. *menuBar*threadSubmenu.labelString:    Messages
  2441. *menuBar*threadSubmenu.mnemonic:    M
  2442.  
  2443. ! View/Messages Submenu
  2444. *menuBar*viewNew.labelString:            Unread
  2445. *menuBar*viewNew.mnemonic:                U
  2446. *viewNew.documentationString:    Show only unread messages
  2447.  
  2448. *menuBar*viewThreadsWithNew.labelString:Threads with Unread
  2449. *menuBar*viewThreadsWithNew.mnemonic:    T
  2450. *viewThreadsWithNew.documentationString:    \
  2451. Show threads that contain new messages
  2452.  
  2453. *menuBar*viewWatchedThreadsWithNew.labelString:    Watched Threads with Unread
  2454. *menuBar*viewWatchedThreadsWithNew.mnemonic:    W
  2455. *viewWatchedThreadsWithNew.documentationString:    \
  2456. Show watched threads that contain new messages
  2457.  
  2458. *menuBar*viewAllThreads.labelString:    All
  2459. *menuBar*viewAllThreads.mnemonic:        A
  2460. *viewAllThreads.documentationString: Show all messages
  2461. ! end View/Messages Submenu
  2462.  
  2463. *menuBar*headersSubmenu.labelString:    Headers
  2464. *menuBar*headersSubmenu.mnemonic:    d
  2465.  
  2466. ! View/Headers Submenu
  2467. *menuBar*showAllHeaders.labelString:    All
  2468. *menuBar*showAllHeaders.mnemonic:    A
  2469. *showAllHeaders.documentationString: Show all headers
  2470.  
  2471. *menuBar*showNormalHeaders.labelString:    Normal
  2472. *menuBar*showNormalHeaders.mnemonic:    N
  2473. *showNormalHeaders.documentationString: Show regular headers
  2474. *showBriefHeaders.labelString:    Brief
  2475. *menuBar*showBriefHeaders.mnemonic:    B
  2476. *menuBar*showBriefHeaders.documentationString: Show brief headers
  2477. ! end View/Headers Submenu
  2478.  
  2479. !xxx nolonger an attachments submenu
  2480. *menuBar*attachmentsSubmenu.labelString:    Attachments
  2481. *menuBar*attachmentsSubmenu.mnemonic:    n
  2482.  
  2483. *menuBar*viewAttachmentsInline.labelString:    View Attachments Inline
  2484. *menuBar*viewAttachmentsInline.mnemonic:    A
  2485. *viewAttachmentsInline.documentationString:    \
  2486. Show attachments in message as inline objects or links
  2487.  
  2488. *rot13Message.labelString:                Unscramble (ROT13)
  2489. *rot13Message.mnemonic:                    U
  2490. *rot13Message.documentationString:    \
  2491. Unscramble naughty jokes
  2492.  
  2493. *wrapLongLines.labelString:                Wrap Long Lines
  2494. *wrapLongLines.mnemonic:                p
  2495. *wrapLongLines.documentationString:    \
  2496. Wrap long lines when displaying message
  2497.  
  2498. !============================
  2499. !  View Menu - Message Window
  2500. !============================
  2501.  
  2502.  
  2503. !==========================
  2504. !  View Menu - Address Book
  2505. !==========================
  2506.  
  2507. *AddressBook*toggleNavigationToolbar.documentationString:    \
  2508. Show or hide the Address Book toolbar
  2509. *AddressBook*toggleNavigationToolbar.mnemonic:    B
  2510.  
  2511. *menuBar*abByType.labelString:            by Type
  2512. *menuBar*abByType.mnemonic:                T
  2513. *abByType.documentationString:    \
  2514. Sort address book entries by type
  2515.  
  2516. *menuBar*abByName.labelString:            by Name
  2517. *menuBar*abByName.mnemonic:                N
  2518. *abByName.documentationString:    \
  2519. Sort address book entries by name
  2520.  
  2521. *menuBar*abByEmailAddress.labelString:  by Email Address
  2522. *menuBar*abByEmailAddress.mnemonic:        E
  2523. *abByEmailAddress.documentationString:    \
  2524. Sort address book entries by email address
  2525.  
  2526. *menuBar*abByNickName.labelString:        by Nickname
  2527. *menuBar*abByNickName.mnemonic:            k
  2528. *abByNickName.documentationString:    \
  2529. Sort address book entries by nickname
  2530.  
  2531. *menuBar*abByCompany.labelString:        by Organization
  2532. !*menuBar*abByCompany.mnemonic:            O
  2533. *abByCompany.documentationString:    \
  2534. Sort address book entries by organization
  2535.  
  2536. *menuBar*abByLocality.labelString:        by City
  2537. *menuBar*abByLocality.mnemonic:            i
  2538. *abByLocality.documentationString:    \
  2539. Sort address book entries by city
  2540.  
  2541. ! shared with other windows
  2542. *menuBar*sortAscending.labelString:        Ascending
  2543. *menuBar*sortAscending.mnemonic:        A
  2544. *AddressBook*menuBar*sortAscending.documentationString:    \
  2545. Sort address book entries in ascending order
  2546.  
  2547. *menuBar*sortDescending.labelString:    Descending
  2548. *menuBar*sortDescending.mnemonic:        D
  2549. *AddressBook*sortDescending.documentationString:    \
  2550. Sort address book entries in descending order
  2551.  
  2552. *menuBar*abVCard.labelString:            My Address Book Card...
  2553. *menuBar*abVCard.mnemonic:                o
  2554. *abVCard.documentationString:    \
  2555. Create and edit my address book card
  2556.  
  2557. *menuBar*abStopSearch.labelString:     Stop Searching
  2558. *menuBar*abStopSearch.mnemonic: S
  2559. *menuBar*abStopSearch.acceleratorText: Esc
  2560.  
  2561.  
  2562. !=======================
  2563. !  View Menu - Bookmarks 
  2564. !=======================
  2565.  
  2566. bookmarks*menuBar*sortByTitle.labelString:    by Name
  2567. bookmarks*menuBar*sortByTitle.mnemonic:        T
  2568. bookmarks*sortByTitle.documentationString:    \
  2569. Sort bookmarks by name
  2570.  
  2571. *menuBar*sortByLocation.labelString:        by Location
  2572. *menuBar*sortByLocation.mnemonic:            L
  2573. *sortByLocation.documentationString:    \
  2574. Sort bookmarks by location
  2575.  
  2576. *sortByDateLastVisited.labelString:            by Date Last Visited
  2577. *sortByDateLastVisited.mnemonic:            V
  2578. *sortByDateLastVisited.documentationString:    \
  2579. Sort bookmarks by date last visited
  2580.  
  2581. *menuBar*sortByDateCreated.labelString:        by Date Created
  2582. *menuBar*sortByDateCreated.mnemonic:        C
  2583. *sortByDateCreated.documentationString:    \
  2584. Sort bookmarks by date created
  2585.  
  2586. *menuBar*moveBookmarkUp.labelString:        Move Up
  2587. *menuBar*moveBookmarkUp.mnemonic:            U
  2588. *menuBar*moveBookmarkUp.acceleratorText:    Shift+Up
  2589. *moveBookmarkUp.documentationString:    \
  2590. Move the bookmark up in the list
  2591.  
  2592. *menuBar*moveBookmarkDown.labelString:        Move Down
  2593. *menuBar*moveBookmarkDown.mnemonic:            w
  2594. *menuBar*moveBookmarkDown.acceleratorText:    Shift+Down
  2595. *moveBookmarkDown.documentationString:    \
  2596. Move the bookmark down in the list
  2597.  
  2598. *menuBar*bookmarksWhatsNew.labelString:        Update Bookmarks
  2599. *menuBar*bookmarksWhatsNew.mnemonic:        B
  2600. *bookmarksWhatsNew.documentationString:    \
  2601. Check bookmarks for updates
  2602.  
  2603. *setToolbarFolder.labelString:                Set as Toolbar Folder
  2604. *setToolbarFolder.mnemonic:                    F
  2605. *setToolbarFolder.documentationString:    \
  2606. Set selected folder as the folder for the Personal Toolbar
  2607.  
  2608. *setNewBookmarkFolder.labelString:            Set as Folder for New Bookmarks
  2609. *setNewBookmarkFolder.mnemonic:                N
  2610. *setNewBookmarkFolder.documentationString:    \
  2611. Set selected folder as the folder for adding new bookmarks
  2612.  
  2613. *setBookmarkMenuFolder.labelString:            Set as Bookmark Menu
  2614. *setBookmarkMenuFolder.mnemonic:            M
  2615. *setBookmarkMenuFolder.documentationString:    \
  2616. Set selected folder as the folder for the Bookmark menu
  2617.  
  2618. !=====================
  2619. !  View Menu - History
  2620. !=====================
  2621.  
  2622. *menuBar*sortByTitle.labelString:            by Title
  2623. *menuBar*sortByTitle.mnemonic:                T
  2624. *sortByTitle.documentationString:    \
  2625. Sort bookmarks by title
  2626.  
  2627. *menuBar*sortByDateFirstVisited.labelString:    by Date First Visited
  2628. *menuBar*sortByDateFirstVisited.mnemonic:        F
  2629. *sortByDateFirstVisited.documentationString:    \
  2630. Sort history list by date first visited
  2631.  
  2632. *menuBar*sortByExpirationDate.labelString:        by Expiration Date
  2633. *menuBar*sortByExpirationDate.mnemonic:            E
  2634. *sortByExpirationDate.documentationString:    \
  2635. Sort history list by expiration date
  2636.  
  2637. *menuBar*sortByVisitCount.labelString:            by Visit Count
  2638. *menuBar*sortByVisitCount.mnemonic:                C
  2639. *sortByVisitCount.documentationString:    \
  2640. Sort history list by visit count
  2641.  
  2642. !=====================
  2643. !  Go Menu - Navigator
  2644. !=====================
  2645.  
  2646. *back.labelString:            Back
  2647. *back.mnemonic:                B
  2648. *back.acceleratorText:        Ctrl+Left
  2649. *back.documentationString:  Return to the previous page in History list
  2650.  
  2651. *forward.labelString:        Forward
  2652. *forward.mnemonic:            F
  2653. *forward.acceleratorText:    Ctrl+Right
  2654. *forward.documentationString: Go to the next page in History list
  2655.  
  2656. *menuBar*home.labelString:    Home
  2657. *menuBar*home.mnemonic:        H
  2658. !xxx dynamic *home.documentationString:
  2659.  
  2660. !===========================
  2661. !  Go Menu - Message Threads
  2662. !===========================
  2663.  
  2664. *menuBar*nextSubmenu.labelString:                Next 
  2665. *menuBar*nextSubmenu.mnemonic:                    N
  2666. *menuBar*prevSubmenu.labelString:                Previous
  2667. *menuBar*prevSubmenu.mnemonic:                    P
  2668.  
  2669. *menuBar*nextMessage.labelString:                Message
  2670. *menuBar*nextMessage.mnemonic:                    M
  2671. *menuBar*nextMessage.acceleratorText:            Ctrl+Down
  2672. *nextMessage.documentationString:    \
  2673. Go to the next message
  2674.  
  2675. *menuBar*nextUnreadMessage.labelString:            Unread Message
  2676. *menuBar*nextUnreadMessage.mnemonic:            U
  2677. *menuBar*nextUnreadMessage.acceleratorText:        Ctrl+Shift+Down
  2678. *nextUnreadMessage.documentationString:    \
  2679. Go to the next unread message
  2680.  
  2681. *menuBar*nextFlaggedMessage.labelString:        Flagged Message
  2682. *menuBar*nextFlaggedMessage.mnemonic:            F
  2683. *nextFlaggedMessage.documentationString:    \
  2684. Go to the next flagged message
  2685.  
  2686. *menuBar*nextUnreadThread.labelString:            Unread Thread
  2687. *menuBar*nextUnreadThread.mnemonic:                T
  2688. *menuBar*nextUnreadThread.acceleratorText:        T
  2689. *nextUnreadThread.documentationString:    \
  2690. Go to the next unread thread
  2691.  
  2692. *menuBar*nextCategory.labelString:                Next Category
  2693. *menuBar*nextCategory.mnemonic:                    C
  2694. *nextCategory.documentationString:    \
  2695. Go to the next category.
  2696.  
  2697. *menuBar*nextUnreadCategory.labelString:        Next Unread Category
  2698. *menuBar*nextUnreadCategory.mnemonic:            y
  2699. *nextUnreadCategory.documentationString:    \
  2700. Go to the next unread category.
  2701.  
  2702. *menuBar*nextCollection.mnemonic:                o
  2703. *nextCollection.documentationString:    \
  2704. Go to the next folder or group.
  2705.  
  2706. *menuBar*nextUnreadCollection.mnemonic:            d
  2707. *menuBar*nextUnreadCollection.acceleratorText: G
  2708. *nextUnreadCollection.documentationString:    \
  2709. Go to the next unread folder or group.
  2710.  
  2711. *menuBar*previousMessage.labelString:            Message
  2712. *menuBar*previousMessage.mnemonic:                M
  2713. *menuBar*previousMessage.acceleratorText:        Ctrl+Up
  2714. *previousMessage.documentationString:    \
  2715. Go to the previous message
  2716.  
  2717. *menuBar*previousUnreadMessage.labelString:        Unread Message
  2718. *menuBar*previousUnreadMessage.mnemonic:        U
  2719. *menuBar*previousUnreadMessage.acceleratorText:        Ctrl+Shift+Up
  2720. *previousUnreadMessage.documentationString:    \
  2721. Go to the previous unread message
  2722.  
  2723. *menuBar*previousFlaggedMessage.labelString:    Flagged Message
  2724. *menuBar*previousFlaggedMessage.mnemonic:        F
  2725. *previousFlaggedMessage.documentationString:    \
  2726. Go to the previous flagged message
  2727.  
  2728. *menuBar*firstUnreadMessage.labelString:        First Unread Message
  2729. *menuBar*firstUnreadMessage.mnemonic:            U
  2730.  
  2731. *menuBar*firstFlaggedMessage.labelString:        First Flagged Message
  2732. *menuBar*firstFlaggedMessage.mnemonic:            F
  2733. *firstFlaggedMessage.documentationString:    \
  2734. Go to the first flagged message
  2735.  
  2736. *MailThread*back.acceleratorText:        Ctrl+Left
  2737. *MailMsg*back.acceleratorText:            Ctrl+Left
  2738. *MailThread*back.documentationString:    Go back to the last message
  2739. *MailMsg*back.documentationString:        Go back to the last message
  2740.  
  2741. *MailThread*forward.mnemonic:            w
  2742. *MailMsg*forward.mnemonic:                w
  2743. *MailThread*forward.acceleratorText:        Ctrl+Right
  2744. *MailMsg*forward.acceleratorText:        Ctrl+Right
  2745. *MailThread*forward.documentationString: Go forward to the next message
  2746. *MailMsg*forward.documentationString:    Go forward to the next message
  2747.  
  2748. !================================
  2749. !  Message Menu - Message Threads
  2750. !================================
  2751.  
  2752. *menuBar*replySubmenu.labelString:                Reply
  2753. *menuBar*replySubmenu.mnemonic:                    R
  2754. *replySubmenu.documentationString:    \
  2755. Reply to one or more recipients.
  2756.  
  2757. *menuBar*replyAllSubmenu.labelString:            Reply to All
  2758. *menuBar*replyAllSubmenu.mnemonic:                    p
  2759. *replySubmenu.documentationString:    \
  2760. Reply to one or all recipients.
  2761.  
  2762. ! Message/Reply Submenu
  2763. *replyToSender.labelString:                to Sender Only
  2764. *replyToSender.mnemonic:                S
  2765. *replyToSender.acceleratorText:            Ctrl+R
  2766. *replyToSender.documentationString:    \
  2767. Mail a reply to the sender of the message selected
  2768.  
  2769. *replyToAll.labelString:                to Sender and All Recipients
  2770. *replyToAll.mnemonic:                    S
  2771. *replyToAll.acceleratorText:            Ctrl+Shift+R
  2772. *replyToAll.documentationString:    \
  2773. Reply to all recipients of the message selected
  2774.  
  2775. *replyToNewsgroup.labelString:            to Newsgroup
  2776. *replyToNewsgroup.mnemonic:                N
  2777. !*replyToNewsgroup.acceleratorText:        Ctrl+D
  2778. *replyToNewsgroup.documentationString:    \
  2779. Post a reply to the newsgroup
  2780.  
  2781. *replyToSenderAndNewsgroup.labelString:    to Sender And Newsgroup
  2782. *replyToSenderAndNewsgroup.mnemonic:    N
  2783. !*replyToSenderAndNewsgroup.acceleratorText:    Ctrl+Shift+D
  2784. *replyToSenderAndNewsgroup.documentationString:    \
  2785. Post a reply to the newsgroup and mail a reply to the author
  2786. ! end Message/Reply Submenu
  2787.  
  2788. !
  2789. *cleanUpDisk.labelString:        Clean Up Disk
  2790. *cleanUpDisk.mnemonic:            a
  2791. *cleanUpDisk.documentationString:    Purge old news messages
  2792. *cleanUpDisk.tipString:            Purge old news messages
  2793. *menuBar*forwardSubmenu.labelString: Forward As
  2794. *menuBar*forwardSubmenu.mnemonic: o
  2795.  
  2796. *menuBar*forwardMessage.labelString:            Forward
  2797. *menuBar*forwardMessage.mnemonic:                F
  2798. *menuBar*forwardMessage.acceleratorText:        Ctrl+L
  2799. *forwardMessage.documentationString:    \
  2800. Forward the selected message.
  2801.  
  2802. *menuBar*forwardMessageAttachment.labelString: Attachment
  2803. *menuBar*forwardMessageAttachment.mnemonic:    A
  2804. *menuBar*forwardMessageAttachment.documentationString: \
  2805. Forward the selected message as an attachment.
  2806.  
  2807. *menuBar*forwardMessageQuoted.labelString:        Quoted
  2808. *menuBar*forwardMessageQuoted.mnemonic:            Q
  2809. *menuBar*forwardMessageQuoted.acceleratorText:    Ctrl+Shift+L
  2810. *forwardMessageQuoted.documentationString:    \
  2811. Forward the selected message as quoted text.
  2812.  
  2813. *menuBar*forwardMessageInLine.labelString:        Inline
  2814. *menuBar*forwardMessageInLine.mnemonic:            I
  2815. *forwardMessageInLine.documentationString:    \
  2816. Forward the selected message inline
  2817.  
  2818. *menuBar*fileSubmenu.labelString:                Move Message
  2819. *menuBar*fileSubmenu.mnemonic:                    M
  2820. *fileSubmenu.documentationString:    \
  2821. File the selected message to a folder
  2822.  
  2823. *menuBar*copySubmenu.labelString:                Copy Message
  2824. *menuBar*copySubmenu.mnemonic:                    C
  2825.  
  2826. *copySubmenu.documentationString:    \
  2827. Copy the selected message to a folder
  2828.  
  2829. *menuBar*addToABSubmenu.labelString:            Add to Address Book
  2830. *menuBar*addToABSubmenu.mnemonic:                A
  2831.  
  2832. ! Message/Add to Address Book Submenu
  2833. *addSenderToAddressBook.labelString:    Add Sender to Address Book
  2834. *addSenderToAddressBook.mnemonic:        S
  2835. *addSenderToAddressBook.documentationString:    \
  2836. Add sender to address book
  2837. *addAllToAddressBook.labelString:        Add All to Address Book
  2838. *addAllToAddressBook.mnemonic:            A
  2839. *addAllToAddressBook.documentationString:    \
  2840. Add all recipients to address book
  2841. ! end Message/Add to Address Book Submenu
  2842.  
  2843. *menuBar*markSubmenu.labelString:        Mark
  2844. *menuBar*markSubmenu.mnemonic:            k
  2845.  
  2846. ! Message/Mark Submenu
  2847.  
  2848. *markMessages.labelString: Flag
  2849. *markMessages.mnemonic: F
  2850. *markMessages.documentationString: Flag the selected message.
  2851.  
  2852. *markMessageRead.labelString:            as Read
  2853. *markMessageRead.mnemonic:                R
  2854. *markMessageRead.acceleratorText:        M
  2855. *markMessageRead.documentationString:    Mark selected messages as read
  2856. *markMessageRead.tipString:                Mark messages
  2857.  
  2858. *markThreadRead.labelString:            Thread as Read
  2859. *markThreadRead.mnemonic:                T
  2860. *markThreadRead.documentationString:    \
  2861. Mark messages with the same subject as read
  2862.  
  2863. *markAllMessagesRead.labelString:        All Read
  2864. *markAllMessagesRead.mnemonic:            A
  2865. *markAllMessagesRead.acceleratorText:    Ctrl+Shift+C
  2866. *markAllMessagesRead.documentationString:    \
  2867. Mark all messages as read
  2868.  
  2869. *markMessageByDate.labelString:            by Date...
  2870. *markMessageByDate.mnemonic:            D
  2871. *markMessageByDate.acceleratorText:        C
  2872. *markMessageByDate.documentationString:    \
  2873. Catch up in newsgroup and mark selected messages by date
  2874.  
  2875. *markMessageForLater.labelString:        for Later
  2876. *markMessageForLater.mnemonic:            L
  2877. *markMessageForLater.acceleratorText:    L
  2878. *markMessageForLater.documentationString:    \
  2879. Mark message to be read later
  2880. ! end Message/Mark Submenu
  2881.  
  2882. *menuBar*flagMessage.labelString:        Flag
  2883. *menuBar*flagMessage.mnemonic:            F
  2884. *flagMessage.documentationString: Flag selected messages
  2885.  
  2886. *menuBar*ignoreThread.labelString:        Ignore Thread
  2887. *menuBar*ignoreThread.mnemonic:            I
  2888. *menuBar*ignoreThread.acceleratorText:        K
  2889. *ignoreThread.documentationString: Ignore selected thread
  2890.  
  2891. *menuBar*ignoreCategory.labelString:    Ignore Category
  2892. *ignoreCategory.documentationString: Ignore selected category
  2893.  
  2894. *menuBar*watchThread.labelString:        Watch Thread
  2895. *menuBar*watchThread.mnemonic:            W
  2896. *menuBar*watchThread.acceleratorText:        W
  2897. *watchThread.documentationString:    \
  2898. Show when new messages arrive in this thread
  2899.  
  2900. ! override shared resources
  2901. *MailThread*mommy.tipString: Message Center
  2902. *MailMsg*mommy.tipString: Open Folder
  2903.  
  2904. *MailThread*menuBar*composeMessage.labelString: New Message
  2905. *MailThread*menuBar*composeMessage.mnemonic: M
  2906. *MailThread*menuBar*composeMessage.acceleratorText: Ctrl+M
  2907.  
  2908. !=============================
  2909. !  Insert Menu - Page Composer
  2910. !=============================
  2911.  
  2912. *menuBar*insert.labelString:                Insert
  2913. *menuBar.insertMenu.mnemonic:        I
  2914. *menuBar.insertMenu.fontList:            SGI_DYNAMIC ObliqueLabelFont
  2915. *menuBar*insertLink.labelString:                Link...
  2916. *menuBar*insertLink.mnemonic:                   L
  2917. *insertLink.documentationString:        Insert a link
  2918.  
  2919. *menuBar*insertTarget.labelString:              Target...
  2920. *menuBar*insertTarget.mnemonic:                 T
  2921. *insertTarget.documentationString:        Insert a target
  2922.  
  2923. *menuBar*insertImage.labelString:               Image...
  2924. *menuBar*insertImage.mnemonic:                  I
  2925. *insertImage.documentationString:        Insert an image
  2926.  
  2927. *insertTableMenu.labelString:                   Table
  2928. *insertTableMenu.mnemonic:                      e
  2929. *insertTableMenu.documentationString:    \
  2930. Insert table at current cursor location
  2931.  
  2932. *menuBar*insertHorizontalLine.labelString:      Horizontal Line...
  2933. *menuBar*insertHorizontalLine.mnemonic:         o
  2934. *insertHorizontalLine.documentationString:    \
  2935. Insert horizontal line
  2936.  
  2937. *menuBar*insertHtmlTag.labelString:             HTML Tag...
  2938. *menuBar*insertHtmlTag.mnemonic:                H
  2939. *insertHtmlTag.documentationString:    \
  2940. Insert an HTML tab
  2941.  
  2942. *menuBar*insertNewLineBreak.labelString:        New Line Break
  2943. *menuBar*insertNewLineBreak.mnemonic:           N
  2944. *menuBar*insertNewLineBreak.acceleratorText:    Shift+Return
  2945. *insertNewLineBreak.documentationString:    \
  2946. Insert a new link break at cursor location
  2947.  
  2948. *menuBar*insertBreakBelow.labelString:          Break below Image(s)
  2949. *menuBar*insertBreakBelow.mnemonic:             B
  2950. *insertBreakBelow.documentationString:    \
  2951. Insert break to continue text to the left and right 
  2952.  
  2953. *menuBar*insertNonBreaking.labelString:         Nonbreaking Space
  2954. *menuBar*insertNonBreaking.mnemonic:            S
  2955. *menuBar*insertNonBreaking.acceleratorText:     Shift+Space
  2956. *insertNonBreaking.documentationString:    \
  2957. Insert a non-breaking space character at cursor location 
  2958.  
  2959. !=============================
  2960. !  Format Menu - Page Composer
  2961. !=============================
  2962.  
  2963. *menuBar*formatMenu.labelString:            Format
  2964. *menuBar.formatMenu.mnemonic:        F
  2965. *menuBar.formatMenu.fontList:            SGI_DYNAMIC ObliqueLabelFont
  2966. *menuBar*fontStyleMenu.labelString:         Font
  2967. *menuBar*fontStyleMenu.mnemonic:            F
  2968. *fontStyleMenu.documentationString: Change the font face
  2969.  
  2970. *menuBar*characterSizeMenu.labelString:     Size
  2971. *menuBar*characterSizeMenu.mnemonic:        z
  2972.  
  2973. ! Format/Size Submenu
  2974. *setFontSizeMinusTwo.labelString:           -2
  2975. *setFontSizeMinusTwo.documentationString:    \
  2976. Set the relative font size to -2
  2977. *setFontSizeMinusOne.labelString:           -1
  2978. *setFontSizeMinusOne.documentationString:    \
  2979. Set the relative font size to -1
  2980. *setFontSizeZero.labelString:               +0
  2981. *setFontSizeZero.documentationString:        \
  2982. Set the relative font size to +0
  2983. *setFontSizePlusOne.labelString:            +1
  2984. *setFontSizePlusOne.documentationString:    \
  2985. Set the relative font size to +1
  2986. *setFontSizePlusTwo.labelString:            +2
  2987. *setFontSizePlusTwo.documentationString:    \
  2988. Set the relative font size to +2
  2989. *setFontSizePlusThree.labelString:          +3
  2990. *setFontSizePlusThree.documentationString:    \
  2991. Set the relative font size to +3
  2992. *setFontSizePlusFour.labelString:           +4
  2993. *setFontSizePlusFour.documentationString:    \
  2994. Set the relative font size to +4
  2995. *setFontSize.labelString:                   Default
  2996. *setFontSize.documentationString:            \
  2997. Set the relative font size to the default
  2998. ! end Format/Size Submenu
  2999.  
  3000. *menuBar*characterStyleMenu.labelString:    Style
  3001. *menuBar*characterStyleMenu.mnemonic:        S
  3002.  
  3003. ! Format/Style Submenu
  3004. *toggleCharacterStyleBold.labelString:            Bold
  3005. *toggleCharacterStyleBold.documentationString:    \
  3006. Set the style to Bold <Ctrl+B>
  3007. *toggleCharacterStyleItalic.labelString:        Italic
  3008. *toggleCharacterStyleItalic.documentationString:    \
  3009. Set the style to Italic <Ctrl+I>
  3010. *toggleCharacterStyleUnderline.labelString:        Underline
  3011. *toggleCharacterStyleUnderline.documentationString:    \
  3012. Set the style to Underline <Ctrl+U>
  3013. *toggleCharacterStyleFixed.labelString:            Fixed
  3014. *toggleCharacterStyleFixed.documentationString:    \
  3015. Set the style to Fixed
  3016. *toggleCharacterStyleSuperscript.labelString:    Superscript
  3017. *toggleCharacterStyleSuperscript.documentationString:    \
  3018. Set the style to Superscript
  3019. *toggleCharacterStyleSubscript.labelString:        Subscript
  3020. *toggleCharacterStyleSubscript.documentationString:    \
  3021. Set the style to Subscript
  3022. *toggleCharacterStyleStrikethrough.labelString:    Strikethrough
  3023. *toggleCharacterStyleStrikethrough.documentationString:    \
  3024. Set the style to Strikethrough
  3025. *toggleCharacterStyleBlink.labelString:            Blinking
  3026. *toggleCharacterStyleBlink.documentationString:    \
  3027. Set the style to Blink
  3028. ! end Format/Style Submenu
  3029.  
  3030. *menuBar*characterColorMenu.labelString:    Text Color
  3031. *menuBar*characterColorMenu.mnemonic:       C
  3032.  
  3033. *menuBar*setCharacterColor.labelString:     Text Color...
  3034. *menuBar*setCharacterColor.mnemonic:        C
  3035.  
  3036. *menuBar*clearAllStyles.labelString:        Remove All Styles
  3037. *menuBar*clearAllStyles.mnemonic:           r
  3038. *clearAllStyles.documentationString: Remove all character styles
  3039.  
  3040. *menuBar*setTableProperties.labelString:    Table Properties
  3041. *menuBar*setTableProperties.mnemonic:       T
  3042. *setTableProperties.documentationString: Change table properties
  3043.  
  3044. *menuBar*headingStyleMenu.labelString:      Heading
  3045. *menuBar*headingStyleMenu.mnemonic:         H
  3046.  
  3047. ! Format/Heading Submenu
  3048. *setParagraphStyleNormal.labelString:       Normal
  3049. *setParagraphStyleNormal.documentationString:    \
  3050. Set the style to Normal
  3051. *setParagraphStyleHeadingOne.labelString:   Heading 1
  3052. *setParagraphStyleHeadingOne.documentationString:    \
  3053. Set the style to heading 1
  3054. *setParagraphStyleHeadingTwo.labelString:   Heading 2
  3055. *setParagraphStyleHeadingTwo.documentationString:    \
  3056. Set the style to heading 2
  3057. *setParagraphStyleHeadingThree.labelString: Heading 3
  3058. *setParagraphStyleHeadingThree.documentationString:    \
  3059. Set the style to heading 3
  3060. *setParagraphStyleHeadingFour.labelString:  Heading 4
  3061. *setParagraphStyleHeadingFour.documentationString:    \
  3062. Set the style to heading 4
  3063. *setParagraphStyleHeadingFive.labelString:  Heading 5
  3064. *setParagraphStyleHeadingFive.documentationString:    \
  3065. Set the style to heading 5
  3066. *setParagraphStyleHeadingSix.labelString:   Heading 6
  3067. *setParagraphStyleHeadingSix.documentationString:    \
  3068. Set the style to heading 6
  3069. ! end Format/Heading Submenu
  3070.  
  3071. *menuBar*paragraphStyleMenu.labelString:    Paragraph
  3072. *menuBar*paragraphStyleMenu.mnemonic:       P
  3073.  
  3074. ! Format/Paragraph Style Submenu
  3075. *setParagraphStyleAddress.labelString:      Address
  3076. *setParagraphStyleAddress.documentationString:    \
  3077. Set the paragraph style to Address
  3078. *setParagraphStyleFormatted.labelString:    Formatted
  3079. *setParagraphStyleFormatted.documentationString:    \
  3080. Set the paragraph style to Formatted
  3081. *setParagraphStyleDescriptionTitle.labelString: Description Title
  3082. *setParagraphStyleDescriptionTitle.documentationString:    \
  3083. Set the paragraph style to Description Title
  3084. *setParagraphStyleDescriptionText.labelString: Description Text
  3085. *setParagraphStyleDescriptionText.documentationString:    \
  3086. Set the paragraph style to Description Text
  3087. ! end Format/Paragraph Style Submenu
  3088.  
  3089. *menuBar*listStyleMenu.labelString:         List
  3090. *menuBar*listStyleMenu.mnemonic:            L
  3091.  
  3092. ! Format/List Submenu
  3093. *setListStyleNone.labelString:              None
  3094. *setListStyleNone.documentationString:    \
  3095. Remove list style
  3096. *setListStyleBulleted.labelString:          Bulleted
  3097. *setListStyleBulleted.documentationString:    \
  3098. Insert bulletted list
  3099. *setListStyleNumbered.labelString:          Numbered
  3100. *setListStyleNumbered.documentationString:    \
  3101. Insert numbered list
  3102. ! end Format/List Submenu
  3103.  
  3104. *menuBar*indent.labelString:                Increase Indent
  3105. *menuBar*indent.mnemonic:                   I
  3106. *indent.documentationString:        Increase the indent one level
  3107.  
  3108. *menuBar*outdent.labelString:               Decrease Indent
  3109. *menuBar*outdent.mnemonic:                  D
  3110. *outdent.documentationString:        Decrease the indent one level
  3111.  
  3112. *menuBar*setObjectProperties.labelString:   Object Properties
  3113. *menuBar*setObjectProperties.mnemonic:      e
  3114. *setObjectProperties.documentationString:    \
  3115. Change selected object properties
  3116.  
  3117. *setPageProperties.labelString:     Page Colors and Properties
  3118. *setPageProperties.mnemonic:        g
  3119. *setPageProperties.documentationString:    \
  3120. Change page properties
  3121.  
  3122. *setSaveEncrypted.labelString:     Save Encrypted
  3123. *setSaveEncrypted.mnemonic:        E
  3124. *setSaveEncrypted.documentationString:    \
  3125. Save this File as a Pre-Encrypted File
  3126.  
  3127. *menuBar*alignmentStyleMenu.labelString:        Align
  3128. *menuBar*alignmentStyleMenu.mnemonic:            A
  3129.  
  3130. *setAlignmentStyleLeft.labelString:                Left
  3131. *setAlignmentStyleLeft.documentationString:    \
  3132. Left-justify the current paragraph
  3133. *setAlignmentStyleCenter.labelString:            Center
  3134. *setAlignmentStyleCenter.documentationString:    \
  3135. Center-justify the current paragraph
  3136. *setAlignmentStyleRight.labelString:            Right
  3137. *setAlignmentStyleRight.documentationString:    \
  3138. Right-justify the current paragraph
  3139.  
  3140. !============================
  3141. !  Tools Menu - Page Composer
  3142. !============================
  3143.  
  3144. *menuBar*toolsMenu.labelString:             Tools
  3145. *menuBar.toolsMenu.mnemonic:        T
  3146. *menuBar.toolsMenu.fontList:        SGI_DYNAMIC ObliqueLabelFont
  3147. *spellCheck.labelString:            Check Spelling...
  3148. *spellCheck.acceleratorText:        Ctrl+K
  3149. *spellCheck.mnemonic:            S
  3150. *spellCheck.tipString:              Check Spelling
  3151. *spellCheck.documentationString:    Check spelling errors in the page
  3152. *Composition*spellCheck.documentationString:    \
  3153. Check spelling errors in the message
  3154.  
  3155. !===================
  3156. !  Communicator Menu
  3157. !===================
  3158.  
  3159. *menuBar*openOrBringUpBrowser.labelString:        Navigator
  3160. *menuBar*openOrBringUpBrowser.mnemonic:            N
  3161. *menuBar*openOrBringUpBrowser.acceleratorText:    Ctrl+1
  3162. *openOrBringUpBrowser.documentationString:    \
  3163. Open a browser window
  3164.  
  3165. *menuBar*openInbox.labelString:                    Messenger
  3166. *menuBar*openInbox.mnemonic:                    M
  3167. *menuBar*openInbox.acceleratorText:                Ctrl+2
  3168. *openInbox.documentationString:    \
  3169. Open the mail window and get new messages
  3170.  
  3171. *menuBar*openNewsgroups.labelString:            Newsgroups
  3172. *menuBar*openNewsgroups.mnemonic:                g
  3173. !*menuBar*openNewsgroups.acceleratorText:        Ctrl+3
  3174. *openNewsgroups.documentationString:    \
  3175. Open the list of newsgroups
  3176.  
  3177. *menuBar*openEditor.labelString:                Composer
  3178. *menuBar*openEditor.mnemonic:                    C
  3179. *menuBar*openEditor.acceleratorText:            Ctrl+3
  3180. *openEditor.documentationString:    \
  3181. Open the web page editor
  3182.  
  3183. *menuBar*openConference.labelString:            Conference
  3184. *menuBar*openConference.mnemonic:                o
  3185. *menuBar*openConference.acceleratorText:        Ctrl+5
  3186. !*openConference.documentationString:    \
  3187. !Open the conferencing window
  3188.  
  3189. *menuBar*openCalendar.labelString:                Calendar
  3190. *menuBar*openCalendar.mnemonic:                    r
  3191. *menuBar*openCalendar.acceleratorText:            Ctrl+4
  3192. *openCalendar.documentationString:    \
  3193. Open the personal calendar window
  3194.  
  3195. *menuBar*toggleTaskbarShowing.labelString:                Floating Component Bar
  3196. *menuBar*toggleTaskbarShowing.mnemonic:    C
  3197. *toggleTaskbarShowing.documentationString:    \
  3198. Show or hide the Component Bar
  3199.  
  3200. *menuBar*openFolders.labelString:                Message Center
  3201. *menuBar*openFolders.mnemonic:                    M
  3202. !*menuBar*openFolders.acceleratorText:            Ctrl+Shift+1
  3203. *openFolders.documentationString:    \
  3204. Open the mail folders and newsgroups window
  3205.  
  3206. *menuBar*openAddrBook.labelString:                Address Book
  3207. *menuBar*openAddrBook.mnemonic:                    A
  3208. *menuBar*openAddrBook.acceleratorText:            Ctrl+Shift+2
  3209. *openAddrBook.documentationString:    \
  3210. Open the address book
  3211.  
  3212. *menuBar*bookmarksSubmenu.labelString:            Bookmarks
  3213. *menuBar*bookmarksSubmenu.mnemonic:                B
  3214.  
  3215. *menuBar*toolsSubmenu.labelString:            Tools
  3216. *menuBar*toolsSubmenu.mnemonic:                T
  3217.  
  3218. *menuBar*serverToolsSubmenu.labelString:        Server Tools
  3219. *menuBar*serverToolsSubmenu.mnemonic:            S
  3220.  
  3221. ! Communicator/Bookmarks Submenu
  3222. *addBookmark.labelString:                        Add Bookmark
  3223. *addBookmark.mnemonic:                            A
  3224. !*addBookmark.acceleratorText:                    Ctrl+K
  3225. *addBookmark.documentationString:    \
  3226. Add the current page to the Bookmarks list
  3227.  
  3228. *menuBar*openBookmarks.labelString:                Edit Bookmarks...
  3229. *menuBar*openBookmarks.mnemonic:                E
  3230. !*menuBar*openBookmarks.acceleratorText:            Ctrl+B
  3231. *openBookmarks.documentationString:    \
  3232. Edit the Bookmarks list
  3233.  
  3234. *menuBar*fileBookmarksSubmenu.labelString:      File Bookmark
  3235. *menuBar*fileBookmarksSubmenu.mnemonic:            F
  3236. *fileBookmarksSubmenu.documentationString:    \
  3237. File the current page in a Bookmarks folder
  3238.  
  3239. *menuBar*placesSubmenu.labelString:                Guide
  3240. *menuBar*placesSubmenu.mnemonic:                G
  3241.  
  3242. ! Communicator/Bookmarks/Guide Submenu
  3243. *menuBar*inetIndex.labelString:        The Internet
  3244. *menuBar*inetIndex.mnemonic:        I
  3245.  
  3246. *menuBar*inetWhite.labelString:        People
  3247. *menuBar*inetWhite.mnemonic:        P
  3248.  
  3249. *menuBar*inetYellow.labelString:    Yellow Pages
  3250. *menuBar*inetYellow.mnemonic:        Y
  3251.  
  3252. *menuBar*whatsNew.labelString:        What's New?
  3253. *menuBar*whatsNew.mnemonic:            N
  3254.  
  3255. *menuBar*whatsCool.labelString:        What's Cool?
  3256. *menuBar*whatsCool.mnemonic:        C
  3257. ! end Communicator/Bookmarks/Guide Submenu
  3258.  
  3259. ! end Communicator/Bookmarks Submenu
  3260.  
  3261. *menuBar*openHistory.labelString:                History
  3262. *menuBar*openHistory.mnemonic:                    H
  3263. !*menuBar*openHistory.acceleratorText:            Ctrl+H
  3264. *openHistory.documentationString:        Open the history window
  3265.  
  3266. *menuBar*javaConsole.labelString:                Java Console
  3267. *menuBar*javaConsole.mnemonic:                    J
  3268. *javaConsole.documentationString:        Open the Java Console
  3269.  
  3270. *menuBar*viewSecurity.labelString:                Security Info
  3271. *menuBar*viewSecurity.mnemonic:                    S
  3272. !*menuBar*viewSecurity.acceleratorText:            Ctrl+Shift+I
  3273. *viewSecurity.documentationString:    \
  3274. Show security information for this page
  3275.  
  3276. ! Communicator/Server Tools Submenu
  3277. *menuBar*manageMailingList.labelString:        Mailing Lists
  3278. *menuBar*manageMailingList.mnemonic:        L
  3279.  
  3280. *managePublicFolders.labelString:    Folder Permissions
  3281. *managePublicFolders.mnemonic:        F
  3282.  
  3283. ! end Communicator/Bookmarks Submenu
  3284.  
  3285. !===========
  3286. !  Help Menu
  3287. !===========
  3288.  
  3289. *menuBar*manual.labelString:    Help Contents
  3290. *menuBar*manual.mnemonic:        H
  3291. *manual.documentationString: Help manual
  3292.  
  3293. *menuBar*relnotes.labelString:        Release Notes
  3294. *menuBar*relnotes.mnemonic:        R
  3295. *relnotes.documentationString:    \
  3296. Information about the version of Communicator you are running
  3297.  
  3298. *menuBar*productInfo.labelString:    Product Support & Info
  3299. *productInfo.documentationString:    \
  3300. Product support and information
  3301.  
  3302. *menuBar*feedback.labelString:        How to Give Feedback
  3303. *menuBar*feedback.mnemonic:        G
  3304. *feedback.documentationString:    \
  3305. Instructions on how to give feedback about Netscape
  3306.  
  3307. *menuBar*intl.labelString:            For International Users
  3308. *intl.documentationString:    \
  3309. Information on running Netscape for international users
  3310.  
  3311. *menuBar*aboutSecurity.labelString:    On Security
  3312. *menuBar*aboutSecurity.mnemonic:    O
  3313. *aboutSecurity.documentationString:    \
  3314. Information regarding security on the Internet
  3315.  
  3316. *menuBar*registration.labelString:    Register Now
  3317. *menuBar*registration.mnemonic:        I
  3318. *registration.documentationString:    \
  3319. Product registration
  3320.  
  3321. *menuBar*upgrade.labelString:        Software
  3322. *menuBar*upgrade.mnemonic:        t
  3323. *upgrade.documentationString:    \
  3324. Download Netscape software and upgrades
  3325.  
  3326. *menuBar*services.labelString:        Netscape Direct
  3327.  
  3328. *menuBar*aboutUsenet.labelString:    Netiquette
  3329.  
  3330. *menuBar*aboutplugins.labelString:    About Plug-ins
  3331. *menuBar*aboutplugins.mnemonic:        P
  3332. *aboutplugins.documentationString:    \
  3333. Information about your plug-ins
  3334.  
  3335. *menuBar*aboutfonts.labelString:    About Font Displayers
  3336. *menuBar*aboutfonts.mnemonic:        D
  3337.  
  3338. *menuBar*about.labelString:        About Communicator
  3339. *menuBar*aboutLite.labelString:        About Navigator
  3340. *menuBar*about.mnemonic:        A
  3341. *about.documentationString:    \
  3342. Show product information, version number, and copyright
  3343.  
  3344. !==============
  3345. !  end of menus
  3346. !==============
  3347.  
  3348. ! Leftovers, old, and duplicates...
  3349.  
  3350. *viewMailFilter.labelString:                Mail Filters
  3351.  
  3352. ! Mail filter stuff
  3353.  
  3354. *filterDialog.dialogTitle:                Message Filters
  3355. *filterDialog*form*orderBox*orderLabel.labelString:    Filter\norder
  3356. *filterDialog*form*newFilter.labelString:        New...
  3357. *filterDialog*form*newFilter.mnemonic:            N
  3358. *filterDialog*form*editFilter.labelString:        Edit...
  3359. *filterDialog*form*editFilter.mnemonic:            E
  3360. *filterDialog*form*delFilter.labelString:        Delete
  3361. *filterDialog*form*delFilter.mnemonic:            D
  3362. *filterDialog*form*javaScript.labelString:        Java Script
  3363. *filterDialog*form*logbtn.labelString:            Log filter use
  3364. *filterDialog*form*logbtn.mnemonic:                L
  3365. *filterDialog*form*viewLog.labelString:            View Log
  3366. *filterDialog*form*viewLog.mnemonic:            V
  3367. *filterDialog*form*okbtn.labelString:            OK
  3368. *filterDialog*form*cancelbtn.labelString:        Cancel
  3369. *filterDialog*form*onserver.labelString:        Filters on Server...
  3370. *filterDialog*form*dropdownLabel.labelString:       Filters for:
  3371. *filterDialog*form*outlinerLabel.labelString:\
  3372. Filters will be applied in the following order:
  3373. *filterDialog*form*frameTitle.labelString:                Description
  3374.  
  3375. *editFilterDialog.dialogTitle:    Filter Rules
  3376. *editFilterDialog*filterLabel.labelString:    Filter Name:
  3377. *editFilterDialog*criteriaFrameTitle.labelString:    Filter Criteria
  3378. *editFilterDialog*actionFrameTitle.labelString:    Filter Action
  3379.  
  3380. *editFilterDialog*scriptokbtn.labelString: OK
  3381. *editFilterDialog*scriptokbtn.alignment: ALIGNMENT_CENTER
  3382. *editFilterDialog*scriptcancelbtn.labelString: Cancel
  3383. *editFilterDialog*scriptcancelbtn.alignment: ALIGNMENT_CENTER
  3384. *editFilterDialog*scripteditbtn.labelString: Edit Script
  3385. *editFilterDialog*scripteditbtn.alignment: ALIGNMENT_CENTER
  3386.  
  3387. *editFilterDialog*editContainer*commandGrp*more.labelString:     More
  3388. *editFilterDialog*editContainer*commandGrp*more.mnemonic:        M
  3389. *editFilterDialog*editContainer*commandGrp*fewer.labelString:     Fewer
  3390. *editFilterDialog*editContainer*commandGrp*fewer.mnemonic:    F
  3391. *editFilterDialog*editContainer*despLabel.labelString: Description:
  3392. *editFilterDialog*editContainer*okbtn.labelString: OK
  3393. *editFilterDialog*editContainer*cancelbtn.labelString: Cancel
  3394. *editFilterDialog*newFolder.labelString:     New Folder...
  3395. *editFilterDialog*newFolder.mnemonic:         F
  3396. *editHdrBtn.labelString: Customize Headers...
  3397.  
  3398. ! The Edit headers dialog, for search and filter:
  3399. *editHdrDialog.title: Customize Headers
  3400. *editHdrDialog*editHdrLabel.labelString: Customize the message headers that you\ncan search for and filter on.
  3401. *editHdrDialog*new.labelString: New
  3402. *editHdrDialog*edit.labelString: Edit
  3403. *editHdrDialog*delete.labelString: Delete
  3404.  
  3405. ! The New Folder dialog:
  3406. *newFolderDialog*dialogTitle: New Folder
  3407. *newFolderDialog*name.labelString: Name:
  3408. *newFolderDialog*subFolderOf.labelString: Create as a subfolder of:
  3409. *newFolderDialog*folderTypeLabel.labelString: \
  3410. This server restricts the contents of folders.\n\
  3411. What will this folder contain?
  3412. *newFolderDialog*foldersOnly.labelString: Folders only.
  3413. *newFolderDialog*messagesOnly.labelString: Messages only.
  3414.  
  3415.  
  3416. !=============================================================================
  3417. ! MailCompose menubar
  3418. !=============================================================================
  3419.  
  3420. ! Don't limit these to just menubars or else they won't show up
  3421. ! in popups.
  3422. *setPriority.labelString:            Priority    
  3423.  
  3424. *messageActionAskUser.labelString:        Ask Me
  3425. *messageActionText.labelString:            Text
  3426. *messageActionHTML.labelString:            HTML
  3427. *messageActionTextAndHTML.labelString:        Text and HTML
  3428.  
  3429. *attachFile.labelString:            File...
  3430. *attachFile.mnemonic:                F
  3431. *attachWebPage.labelString:            Web Page...
  3432. *attachWebPage.mnemonic:            W
  3433. *deleteAttachment.labelString:            Delete Attachment
  3434. *deleteAttachment.mnemonic:            D
  3435. *attachAddressBookCard.labelString:        Personal Card (vCard)
  3436. *attachAddressBookCard.mnemonic:        A
  3437.  
  3438. ! Edit Menu
  3439. *menuBar*undoNull.labelString:              Nothing to Undo
  3440. *menuBar*undoTyping.labelString:            Undo Typing
  3441. *menuBar*undoAddText.labelString:           Undo Add Text
  3442. *menuBar*undoDeleteText.labelString:        Undo Delete Text
  3443. *menuBar*undoCut.labelString:               Undo Cut
  3444. *menuBar*undoPasteText.labelString:         Undo Paste Text
  3445. *menuBar*undoPasteHTML.labelString:         Undo Paste HTML
  3446. *menuBar*undoPasteHREF.labelString:         Undo Paste HREF
  3447. *menuBar*undoChangeAttributes.labelString:  Undo Change Attributes
  3448. *menuBar*undoIndent.labelString:            Undo Indent
  3449. *menuBar*undoParagraphAlign.labelString:    Undo Align Paragraph
  3450. *menuBar*undoMorphContainer.labelString:    Undo Change Paragraph Style
  3451. *menuBar*undoInsertHorizRule.labelString:   Undo Insert Horizontal Rule
  3452. *menuBar*undoSetHorizRuleData.labelString:  Undo Set Horizontal Rule Data
  3453. *menuBar*undoInsertImage.labelString:       Undo Insert Image
  3454. *menuBar*undoSetImageData.labelString:      Undo Set Image Data
  3455. *menuBar*undoInsertBreak.labelString:       Undo Insert Break
  3456. *menuBar*undoChangePageData.labelString:    Undo Change Page Data
  3457. *menuBar*undoSetMetaData.labelString:       Undo Set Meta Data
  3458. *menuBar*undoDeleteMetaData.labelString:    Undo Delete Meta Data
  3459. *menuBar*undoInsertTarget.labelString:      Undo Insert Target
  3460. *menuBar*undoSetTargetData.labelString:     Undo Set Target Data
  3461. *menuBar*undoInsertUnknownTag.labelString:  Undo Unknown Tag
  3462. *menuBar*undoSetUnknownTagData.labelString: Undo Set Unknown Tag Data
  3463. *menuBar*undoGroupOfChanges.labelString:    Undo Changes
  3464. *menuBar*undoSetListData.labelString:       Undo Set List Data
  3465. *menuBar*undoInsertTable.labelString:        Undo Insert Table
  3466. *menuBar*undoDeleteTable.labelString:        Undo Delete Table
  3467. *menuBar*undoSetTableData.labelString:        Undo Set Table Data
  3468. *menuBar*undoInsertTableCaption.labelString: Undo Insert Caption
  3469. *menuBar*undoSetTableCaptionData.labelString: Undo Set Caption Data
  3470. *menuBar*undoDeleteTableCaption.labelString: Undo Delete Caption
  3471. *menuBar*undoInsertTableRow.labelString:    Undo Insert Row
  3472. *menuBar*undoSetTableRowData.labelString:    Undo Set Row Data
  3473. *menuBar*undoDeleteTableRow.labelString:    Undo Delete Row
  3474. *menuBar*undoInsertTableColumn.labelString: Undo Insert Column
  3475. *menuBar*undoSetTableCellData.labelString:    Undo Set Cell Data
  3476. *menuBar*undoDeleteTableColumn.labelString: Undo Delete Column
  3477. *menuBar*undoInsertTableCell.labelString:    Undo Insert Cell
  3478. *menuBar*undoDeleteTableCell.labelString:    Undo Delete Cell
  3479.  
  3480. *menuBar*redoNull.labelString:              Nothing to Redo
  3481. *menuBar*redoTyping.labelString:            Redo Typing
  3482. *menuBar*redoAddText.labelString:           Redo Add Text
  3483. *menuBar*redoDeleteText.labelString:        Redo Delete Text
  3484. *menuBar*redoCut.labelString:               Redo Cut
  3485. *menuBar*redoPasteText.labelString:         Redo Paste Text
  3486. *menuBar*redoPasteHTML.labelString:         Redo Paste HTML
  3487. *menuBar*redoPasteHREF.labelString:         Redo Paste HREF
  3488. *menuBar*redoChangeAttributes.labelString:  Redo Change Attributes
  3489. *menuBar*redoIndent.labelString:            Redo Indent
  3490. *menuBar*redoParagraphAlign.labelString:    Redo Align Paragraph
  3491. *menuBar*redoMorphContainer.labelString:    Redo Change Paragraph Style
  3492. *menuBar*redoInsertHorizRule.labelString:   Redo Insert Horizontal Rule
  3493. *menuBar*redoSetHorizRuleData.labelString:  Redo Set Horizontal Rule Data
  3494. *menuBar*redoInsertImage.labelString:       Redo Insert Image
  3495. *menuBar*redoSetImageData.labelString:      Redo Set Image Data
  3496. *menuBar*redoInsertBreak.labelString:       Redo Insert Break
  3497. *menuBar*redoChangePageData.labelString:    Redo Change Page Data
  3498. *menuBar*redoSetMetaData.labelString:       Redo Set Meta Data
  3499. *menuBar*redoDeleteMetaData.labelString:    Redo Delete Meta Data
  3500. *menuBar*redoInsertTarget.labelString:      Redo Insert Target
  3501. *menuBar*redoSetTargetData.labelString:     Redo Set Target Data
  3502. *menuBar*redoInsertUnknownTag.labelString:  Redo Unknown Tag
  3503. *menuBar*redoSetUnknownTagData.labelString: Redo Set Unknown Tag Data
  3504. *menuBar*redoGroupOfChanges.labelString:    Redo Changes
  3505. *menuBar*redoSetListData.labelString:       Redo Set List Data
  3506. *menuBar*redoInsertTable.labelString:        Redo Insert Table
  3507. *menuBar*redoDeleteTable.labelString:        Redo Delete Table
  3508. *menuBar*redoSetTableData.labelString:        Redo Set Table Data
  3509. *menuBar*redoInsertTableCaption.labelString: Redo Insert Caption
  3510. *menuBar*redoSetTableCaptionData.labelString: Redo Set Caption Data
  3511. *menuBar*redoDeleteTableCaption.labelString: Redo Delete Caption
  3512. *menuBar*redoInsertTableRow.labelString:    Redo Insert Row
  3513. *menuBar*redoSetTableRowData.labelString:    Redo Set Row Data
  3514. *menuBar*redoDeleteTableRow.labelString:    Redo Delete Row
  3515. *menuBar*redoInsertTableColumn.labelString: Redo Insert Column
  3516. *menuBar*redoSetTableCellData.labelString:    Redo Set Cell Data
  3517. *menuBar*redoDeleteTableColumn.labelString: Redo Delete Column
  3518. *menuBar*redoInsertTableCell.labelString:    Redo Insert Cell
  3519. *menuBar*redoDeleteTableCell.labelString:    Redo Delete Cell
  3520. ! new
  3521.  
  3522.  
  3523. ! View Menu
  3524. *Editor*menuBar*source.labelString:                View Document Source
  3525. *Editor*menuBar*source.mnemonic:                S
  3526. *menuBar*editSource.labelString:            Edit Document Source
  3527. *menuBar*editSource.mnemonic:                    E
  3528. *menuBar*paragraphMarks.labelString:        Display Paragraph Marks
  3529. *menuBar*paragraphMarks.mnemonic:                P
  3530. !*displayTableBoundaries.labelString:           Display Table Boundaries
  3531. *displayTables.labelString:                     Display Tables
  3532. *displayTables.mnemonic:                        T
  3533. ! new
  3534. *menuBar*toggleComposeToolbar.labelString:        Compose Toolbar
  3535. *menuBar*toggleComposeToolbar.mnemonic:            C
  3536. *menuBar*toggleFormatToolbar.mnemonic:            F
  3537. *menuBar*toggleFormatToolbar.labelString:        Formatting Toolbar
  3538. *menuBar*toggleTableBorders.labelString:        Table Borders
  3539. *menuBar*toggleTableBorders.mnemonic:            B
  3540.  
  3541. ! Insert Menu
  3542. ! new
  3543. *menuBar*insertMenu.labelString:                Insert
  3544. *menuBar*insertListMenu.labelString:            List
  3545. *menuBar*insertBulletedList.labelString:        Bulleted List
  3546. *menuBar*insertNumberedList.labelString:        Numbered List
  3547. *insertTableRow.labelString:                    Row
  3548. *insertTableRow.mnemonic:                       R
  3549. *insertTableRow.documentationString:            Insert a new row in the table
  3550. *insertTableColumn.labelString:                 Column
  3551. *insertTableColumn.mnemonic:                    o
  3552. *insertTableColumn.documentationString:        Insert a new column in the table
  3553. *insertTableCell.labelString:                   Cell
  3554. *insertTableCell.mnemonic:                      C
  3555. *insertTableCell.documentationString:           Insert a new cell in the table
  3556.  
  3557. *insertHtml.labelString:                        HTML Tag...
  3558. *insertHtml.mnemonic:                           H
  3559. *insertHtml.documentationString:                \
  3560. Insert an arbitrary HTML Tag at the insertion location
  3561. *insertNonBreakingSpace.labelString:            Non-breaking Space
  3562. *insertNonBreakingSpace.mnemonic:               S
  3563. *insertBreakBelowImage.labelString:             Break below Image(s)
  3564. *insertBreakBelowImage.mnemonic:                B
  3565. *insertLineBreak.labelString:                   New Line Break
  3566. *insertLineBreak.mnemonic:                      L
  3567.  
  3568. ! Insert/Tables pullaside.
  3569. *insertTable.labelString:                    Table...
  3570. *insertTable.mnemonic:                          T
  3571. *insertRow.labelString:                         Row
  3572. *insertRow.mnemonic:                            R
  3573. *insertColumn.labelString:                      Column
  3574. *insertColumn.mnemonic:                         o
  3575. *insertCell.labelString:                        Cell
  3576. *insertCell.mnemonic:                           C
  3577.  
  3578. ! new
  3579. ! Format Menu
  3580. ! Properties Menu
  3581. *menuBar*properties.labelString:            Properties
  3582. *menuBar*textProperties.labelString:        Character Properties
  3583. *menuBar*textProperties.mnemonic:        e
  3584. *menuBar*linkProperties.labelString:        Link Properties
  3585. *menuBar*linkProperties.mnemonic:        L
  3586. *menuBar*imageProperties.labelString:        Image Properties
  3587. *menuBar*imageProperties.mnemonic:        I
  3588. *menuBar*targetProperties.labelString:        Target Properties
  3589. *menuBar*targetProperties.mnemonic:        a
  3590. *menuBar*tableProperties.labelString:        Table Properties
  3591. *menuBar*tableProperties.mnemonic:        T
  3592. *menuBar*hruleProperties.labelString:        Horizontal Line Properties
  3593. *menuBar*hruleProperties.mnemonic:        o
  3594. *menuBar*tagProperties.labelString:            HTML Tag Properties
  3595. *menuBar*tagProperties.mnemonic:        H
  3596. *menuBar*documentProperties.labelString:    Document Properties
  3597. *menuBar*documentProperties.mnemonic:   D
  3598.  
  3599. ! Properties Character Pullaside
  3600. *charProperties.labelString:                Character
  3601. *charProperties.mnemonic:                C
  3602. *charProperties.bold.labelString:            Bold
  3603. *charProperties.bold.acceleratorText:    Ctrl+B
  3604. *charProperties.bold.mnemonic:            B
  3605. *charProperties.underline.labelString:    Underline
  3606. *charProperties.underline.acceleratorText:    Ctrl+U
  3607. *charProperties.underline.mnemonic:        U
  3608. *charProperties.italic.labelString:            Italic
  3609. *charProperties.italic.acceleratorText:    Ctrl+I
  3610. *charProperties.italic.mnemonic:        I
  3611. *charProperties.fixed.labelString:            Fixed Width
  3612. *charProperties.fixed.acceleratorText:    Ctrl+T
  3613. *charProperties.fixed.mnemonic:            F
  3614. *charProperties.superscript.labelString:    Superscript
  3615. *charProperties.superscript.mnemonic:    p
  3616. *charProperties.subscript.labelString:        Subscript
  3617. *charProperties.subscript.mnemonic:        S
  3618. *charProperties.strikethrough.labelString:    Strikethrough
  3619. *charProperties.strikethrough.mnemonic:    t
  3620. *charProperties.blink.labelString:            Blinking
  3621. *charProperties.blink.mnemonic:         k
  3622. *charProperties.textColor.labelString:        Text Color...
  3623. *charProperties.textColor.mnemonic:        C
  3624. *charProperties.defaultColor.labelString:    Default Color
  3625. *charProperties.defaultColor.mnemonic:    D
  3626. *charProperties.serverJavaScript.labelString: JavaScript (Server)
  3627. *charProperties.serverJavaScript.mnemonic: J
  3628. *charProperties.clientJavaScript.labelString: JavaScript (Client)
  3629. *charProperties.clientJavaScript.mnemonic: v
  3630. *menuBar*charProperties.clearAllStyles.labelString:    Clear All Styles <Ctrl+K>
  3631. *menuBar*charProperties.clearAllStyles.acceleratorText:    Ctrl+K
  3632. *menuBar*charProperties.clearAllStyles.mnemonic:    a
  3633. *menuBar*fontSize.labelString:                        Font Size
  3634. *menuBar*fontSize.mnemonic:                S
  3635. *menuBar*paragraphProperties.labelString:            Paragraph
  3636. *menuBar*paragraphProperties.mnemonic:        P
  3637. *menuBar*paragraphProperties.indent.labelString:    Indent one level
  3638. *menuBar*paragraphProperties.indent.acceleratorText:    Tab
  3639. *menuBar*paragraphProperties.indent.mnemonic:           I
  3640. *menuBar*paragraphProperties.outdent.labelString:    Remove one indent level
  3641. *menuBar*paragraphProperties.outdent.acceleratorText:    Shift+Tab
  3642. *menuBar*paragraphProperties.outdent.mnemonic:          R
  3643.  
  3644. ! Properties Font Size PullAside/Toolbar Font Size Popup.
  3645. *characterToolbar*fontSize.marginWidth:                0
  3646. *characterToolbar*fontSize.marginHeight:            0
  3647. *composeToolbar*fontSize.marginWidth:                0
  3648. *composeToolbar*fontSize.marginHeight:                0
  3649. *fontSize.XmPushButtonGadget.labelType: STRING
  3650. *fontSize.minusTwo.labelString:                     -2
  3651. *fontSize.minusOne.labelString:                     -1
  3652. *fontSize.plusZero.labelString:                      +0
  3653. *fontSize.plusZero.mnemonic:                 0
  3654. *fontSize.plusOne.labelString:                      +1
  3655. *fontSize.plusOne.mnemonic:                  1
  3656. *fontSize.plusTwo.labelString:                      +2 
  3657. *fontSize.plusTwo.mnemonic:                  2
  3658. *fontSize.plusThree.labelString:                    +3
  3659. *fontSize.plusThree.mnemonic:                3
  3660. *fontSize.plusFour.labelString:                     +4
  3661. *fontSize.plusFour.mnemonic:                 4
  3662.  
  3663. ! Properties Paragraph PullAside/Toolbar Properties Popup.
  3664. *composeToolbar*paragraphProperties.marginWidth:    0
  3665. *composeToolbar*paragraphProperties.marginHeight:    0
  3666. *paragraphProperties.XmPushButtonGadget.labelType:    STRING
  3667. *normal.labelString:              Normal
  3668. *normal.mnemonic:                N
  3669. *headingOne.labelString:        Heading 1
  3670. *headingOne.mnemonic:            1
  3671. *headingTwo.labelString:        Heading 2
  3672. *headingTwo.mnemonic:            2
  3673. *headingThree.labelString:        Heading 3
  3674. *headingThree.mnemonic:            3
  3675. *headingFour.labelString:        Heading 4
  3676. *headingFour.mnemonic:            4
  3677. *headingFive.labelString:        Heading 5
  3678. *headingFive.mnemonic:            5
  3679. *headingSix.labelString:        Heading 6
  3680. *headingSix.mnemonic:            6
  3681. *address.labelString:            Address
  3682. *address.mnemonic:                A
  3683. *formatted.labelString:            Formatted
  3684. *formatted.mnemonic:            F
  3685. *listItem.labelString:            List Item
  3686. *listItem.mnemonic:                L
  3687. *descriptionItem.labelString:    Description Title
  3688. *descriptionItem.mnemonic:        T
  3689. *descriptionText.labelString:    Description Text
  3690. *descriptionText.mnemonic:        x
  3691.  
  3692. ! Tools menu
  3693. ! Options Menu
  3694. *menuBar*editorPrefs.labelString:    Editor Preferences...
  3695. *menuBar*editorPrefs.mnemonic:        E
  3696. *Editor*menuBar*showToolbar.labelString:    Show File/Edit Toolbar
  3697. *Editor*menuBar*showToolbar.mnemonic:    T
  3698. *menuBar*showCharacter.labelString:    Show Character Toolbar
  3699. *menuBar*showCharacter.mnemonic:    C
  3700. *menuBar*showParagraph.labelString:    Show Paragraph Toolbar
  3701. *menuBar*showParagraph.mnemonic:    P
  3702.  
  3703. ! Windows Menu
  3704. *menuBar*netBrowser.labelString:    Netscape Browser
  3705.  
  3706. !=============
  3707. !  Popup Menus
  3708. !=============
  3709.  
  3710. !this comes up when you right click on a person in the address book
  3711. !so it should say "New Message" and not "Message"
  3712. *popup*composeMessage.labelString:    New Message
  3713. !
  3714. *popup*viewProperties.labelString:       Properties
  3715. *popup*viewProperties.mnemonic:           s
  3716. !
  3717. *popup*abDelete.labelString:        Delete
  3718. *popup*abDelete.mnemonic:            D
  3719. *popup*abDelete.acceleratorText:     Ctrl+D
  3720. !
  3721. *popup*abDeleteAllEntries.labelString:        Delete From All Lists
  3722. !
  3723. *popup*addToAddressBook.labelString:     New Card...
  3724. *popup*addToAddressBook.mnemonic:         w
  3725. *popup*abNewList.labelString:           New List...
  3726. *popup*abNewList.mnemonic:                L
  3727. !
  3728. *popup*saveMessagesAs.labelString:      Save As...
  3729. *popup*saveMessagesAs.mnemonic:         S
  3730. *popup*saveMessagesAs.acceleratorText:  Ctrl+S
  3731.  
  3732. ! These are std Mail folder names.
  3733. *popup*sentMail.labelString:                Sent
  3734. *popup*sentMail.mnemonic:                S
  3735.  
  3736. *popup*inbox.labelString:                Inbox
  3737. *popup*inbox.mnemonic:                    I
  3738.  
  3739. *popup*trash.labelString:                Trash
  3740. *popup*trash.mnemonic:                    T
  3741.  
  3742. *popup*newFolder.labelString:                New...
  3743. *popup*newFolder.mnemonic:                N
  3744.  
  3745. ! A few Message Center popups:
  3746. *popup*openFolder.labelString:  Open
  3747. *popup*openFolderInNew.labelString:  Open in New Window
  3748. *popup*deleteFolder.labelString:     Delete
  3749. *popup*renameFolder.labelString:     Rename...
  3750. *popup*compactFolder.labelString:     Compact
  3751. *popup*subscribeFolder.labelString:     Subscribe...
  3752. *popup*unsubscribeFolder.labelString:     Unsubscribe
  3753.  
  3754. *popup*search.labelString:        Search Messages
  3755. *popup*search.labelString:        Search Messages
  3756. *popup*openNewsgroups.labelString:    Open Newsgroups
  3757. *popup*markNewsgroupsRead.labelString:    Mark Newsgroup Read
  3758. *popup*updateMessageCount.labelString:    Update Message Count
  3759.  
  3760. ! These are only in the threads window popup:
  3761. *popup*ignoreThread.labelString:    Ignore Thread
  3762. *popup*ignoreThread.mnemonic:        I
  3763. *popup*watchThread.labelString:        Watch Thread
  3764. *popup*watchThread.mnemonic:        W
  3765. *popup*changePriority.labelString:    Change Priority
  3766. *popup*openSelected.labelString:    Open Message
  3767. *popup*openMsgInNew.labelString:    Open Message in New Window
  3768. *popup*editMsg.labelString:            Edit Message
  3769. *popup*addSenderToAddressBook.labelString:    Add to Address Book
  3770.  
  3771. ! the Mail Message window popup:
  3772. ! many of these don't actually get there because they're
  3773. ! overridden by the backend's allxpstr.h defs.
  3774. *popup*replyToSender.labelString:    Reply To Sender Only
  3775. *popup*replyToSender.mnemonic:        R
  3776. *popup*replyToAll.labelString:        Reply To Sender and All
  3777. *popup*replyToAll.mnemonic:        A
  3778. *popup*replyToNewsgroup.labelString:        Reply To Newsgroup
  3779.  
  3780. *toolBar*popup_PopupMenu.PopupMenu.replyToSender.labelString: to Sender Only
  3781. *toolBar*popup_PopupMenu.PopupMenu.replyToNewsgroup.labelString: to Newsgroup
  3782.  
  3783. *popup*replyToSenderAndNewsgroup.labelString:        Reply To Sender and Newsgroup
  3784. *popup*forwardMessage.labelString:    Forward
  3785. *popup*forwardMessage.mnemonic:        a
  3786. *popup*forwardMessageQuoted.labelString:    Forward Quoted
  3787. *popup*forwardMessage.mnemonic:        Q
  3788. *popup*forwardMessageInLine.labelString:    Forward Inline
  3789. *popup*forwardMessageInLine.mnemonic:    l
  3790. ! "Recipients"?  What does that do?  It's in the spec.
  3791.  
  3792.  
  3793. *popup*addToAddrBkSubmenu.labelString:    Add to Address Book
  3794. *popup*addToABSubmenu.labelString:    Add to Address Book
  3795. *popup*addSenderToAddrBk.labelString:    Sender
  3796. *popup*addAllToAddrBk.labelString:    All
  3797.  
  3798. *popup*fileSubmenu.labelString:        Move Message
  3799. *popup*deleteMessage.labelString:    Delete Message
  3800. *popup*deleteMessage.mnemonic:        D
  3801. *popup*saveMessage.labelString:        Save Message
  3802. *popup*saveMessage.mnemonic:        v
  3803. *popup*print.labelString:        Print Message...
  3804. *popup*print.mnemonic:            P
  3805.  
  3806. ! Editor Popup Menu
  3807. *popup*textProperties.labelString:      Character Properties
  3808. *popup*textProperties.mnemonic:         x
  3809. *popup*targetProperties.labelString:    Target Properties
  3810. *popup*targetProperties.mnemonic:       a
  3811. *popup*imageProperties.labelString:     Image Properties
  3812. *popup*imageProperties.mnemonic:        I
  3813. *popup*tableProperties.labelString:     Table Properties
  3814. *popup*tableProperties.mnemonic:        T
  3815. *popup*hruleProperties.labelString:     Horizontal Line Properties
  3816. *popup*hruleProperties.mnemonic:        o
  3817. *popup*tagProperties.labelString:       HTML Tag Properties
  3818. *popup*tagProperties.mnemonic:          H
  3819. *popup*paragraphProperties.labelString: Paragraph Properties
  3820. *popup*paragraphProperties.mnemonic:    g
  3821. *popup*documentProperties.labelString:  Document Properties
  3822. *popup*documentProperties.mnemonic:     D
  3823. *popup*insert.labelString:              Insert
  3824. *popup*insert.mnemonic:                 s
  3825. *popup*insertLink.labelString:          Insert Link...
  3826. *popup*insertLink.mnemonic:             n
  3827. *popup*linkProperties.labelString:      Link Properties
  3828. *popup*linkProperties.mnemonic:         n
  3829. *popup*browseLink.labelString:          Open Link in Browser...
  3830. *popup*browseLink.mnemonic:             w
  3831. *popup*browseToLink.labelString:        Browse to: (%s)
  3832. *popup*editLink.labelString:            Open Link in Editor...
  3833. *popup*editLink.mnemonic:               E
  3834. *popup*bookmarkLink.labelString:        Add Link to Bookmarks
  3835. *popup*bookmarkLink.mnemonic:           B
  3836. *popup*copyLink.labelString:            Copy Link Location
  3837. *popup*copyLink.mnemonic:               k
  3838. *popup*removeLink.labelString:          Remove Link
  3839. *popup*removeLink.mnemonic:             R
  3840.  
  3841. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3842. ! Editor toolbar (submenu).
  3843. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3844. *toolBar*newBlank.labelString:          Blank Page
  3845. *toolBar*newTemplate.labelString:       New From Template
  3846. *toolBar*newWizard.labelString:         New From Wizard
  3847. *toolBar*openPage.labelString:          Open Page...
  3848. *toolBar*save.labelString:              Save
  3849. *toolBar*saveAs.labelString:            Save As...
  3850. *toolBar*publish.labelString:           Publish
  3851. *toolBar*sendPage.labelString:          Send Page
  3852.  
  3853. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3854. ! Editor toolbar (text only).
  3855. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3856. *toolBar.editDocument.labelString:      Edit
  3857. *toolBar.editorNewBlank.labelString:    New
  3858. *toolBar.editorOpenFile.labelString:    Open...
  3859. *toolBar.save.labelString:              Save
  3860. *toolBar.editorBrowse.labelString:      Browse
  3861. *toolBar.cut.labelString:        Cut
  3862. *toolBar.copy.labelString:        Copy
  3863. *toolBar.paste.labelString:        Paste
  3864. *toolBar.publish.labelString:        Publish
  3865. ! new
  3866. *toolBar.newBlank.labelString:          New
  3867. *newBlank.tipString:                New Page
  3868. *toolBar.openPage.labelString:          Open
  3869. *toolBar.browsePage.labelString:        Browse
  3870. *toolBar.findInObject.labelString:      Find
  3871. *toolBar.insertLink.labelString:        Link
  3872. *toolBar.insertTarget.labelString:      Target
  3873. *toolBar.insertImage.labelString:       Image
  3874. *toolBar.insertHorizontalLine.labelString: Line
  3875. *toolBar.insertTable.labelString:       Table
  3876. *toolBar.spellCheck.labelString:        Spelling
  3877.  
  3878. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3879. ! Editor dialogs.
  3880. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3881. *textPropertiesDialog_popup.title:            Netscape: Properties
  3882. *textPropertiesDialog.folder.XmForm.marginHeight:         10
  3883. *textPropertiesDialog.folder.XmForm.marginWidth:        10
  3884. *textPropertiesDialog*XmFrame.marginHeight:     2
  3885. *textPropertiesDialog*XmFrame.marginWidth:        2
  3886. *imagePropertiesDialog_popup.title:               Netscape: Properties
  3887. *imagePropertiesDialog.folder.XmForm.marginHeight:         10
  3888. *imagePropertiesDialog.folder.XmForm.marginWidth:        10
  3889. *imagePropertiesDialog*XmFrame.marginHeight:     2
  3890. *imagePropertiesDialog*XmFrame.marginWidth:        2
  3891.  
  3892. ! Properties/Link properties.
  3893. *linkProperties.tabLabelString:    Link
  3894. *linkSourceTitle.labelString:    Link source
  3895. *linkSourceLabel.labelString:        Enter the text of the link:
  3896. *linkToTitle.labelString:        Link to
  3897. *linkToLabel.labelString:        Enter link to a page location or local file:
  3898. *browseFile.labelString:        Browse File...
  3899. *linkTarget.labelString:        \
  3900. Link to a named target in specified document(optional)
  3901. *showTargets.labelString:        Show targets in: 
  3902. *currentDocument.labelString:    Current document
  3903. *selectedFile.labelString:        Selected file
  3904. *linkProperties*targetText.height:                100
  3905.  
  3906. ! Properties/Character properties:
  3907. *characterProperties.tabLabelString:    Character
  3908. *colorTitle.labelString:        Color
  3909. *colorLabel.labelString:        Current color:
  3910. *default.labelString:            Document's default color
  3911. *custom.labelString:            Custom color
  3912. *chooseColor.labelString:        Choose Color...
  3913. *colorText.labelString:            Selected text will be set to the chosen color.
  3914. *sizeTitle.labelString:            Size
  3915. *sizeText.labelString:            Each paragraph style has\nits own default size.
  3916. *styleTitle.labelString:        Style
  3917. *clearStyles.labelString:        Clear Style Settings
  3918. *characterProperties*clearStyles.marginWidth:    10
  3919. *characterProperties*clearStyles.marginHeight:    5
  3920. *characterProperties*clearStyles.leftOffset:    30
  3921. *characterProperties*clearStyles.rightOffset:    30
  3922. *characterProperties*clearStyles.bottomAttachment: ATTACH_FORM
  3923. *characterProperties*clearStyles.bottomOffset:    5
  3924. *characterProperties*javaFrame.leftOffset:        10
  3925. *characterProperties*sizeFrame.leftOffset:        10
  3926. *javaTitle.labelString:            Java Script
  3927. *java*client.labelString:        Client
  3928. *java*server.labelString:        Server
  3929. *clearAll.labelString:            Clear All Settings
  3930. *characterProperties*clearAll.marginWidth:        10
  3931. *characterProperties*clearAll.marginHeight:        5
  3932. *characterProperties*clearAll.topOffset:        20
  3933. *characterProperties*clearAll.leftOffset:        15
  3934. *characterProperties*clearAll.rightOffset:        15
  3935.  
  3936. ! Properties/Paragraph properties:
  3937. *paragraphProperties.tabLabelString: Paragraph
  3938. *styleLabel.labelString:            Paragraph style:
  3939. *additionalLabel.labelString:        Additional style:
  3940. *additional*default.labelString:    Default
  3941. *additional*list.labelString:        List
  3942. *additional*blockQuote.labelString:    Block quote
  3943. *listTitle.labelString:                List
  3944. *listLabel.labelString:                Style:
  3945. *numbered.labelString:                Numbered
  3946. *unnumbered.labelString:            Unnumbered
  3947. *directory.labelString:                Directory
  3948. *menu.labelString:                    Menu
  3949. *description.labelString:            Description
  3950. *automatic.labelString:                Automatic
  3951. *digital.labelString:                1,2,3,4,5..
  3952. *lowerRoman.labelString:            i,ii,iii,iv,v..
  3953. *upperRoman.labelString:            I,II,III,IV,V..
  3954. *lowerAlpha.labelString:            a,b,c,d,e..
  3955. *upperAlpha.labelString:            A,B,C,D,E..
  3956. *solidCircle.labelString:            Solid Circle
  3957. *openCircle.labelString:            Open Circle
  3958. *openSquare.labelString:            Open Square
  3959. *startLabel.labelString:            Starting number
  3960. *startText.columns:                    4
  3961. *spaceAvailable.labelString:        This Space Available
  3962. *paragraphProperties*spaceAvailable.topOffset:    40
  3963. *paragraphProperties*spaceAvailable.leftOffset:    150
  3964.  
  3965. ! Properties/Image properties:
  3966. *imageProperties.tabLabelString:    Image
  3967. *imageFileTitle.labelString:        \
  3968. Image location - Enter a remote URL or local file:
  3969. *chooseFile.labelString:            Choose File...
  3970. *browse.labelString:                Browse...
  3971. *alternativeImageTitle.labelString:    Alternative representations (optional):
  3972. *alternativeImageLabel.labelString:    Image:
  3973. *alternativeTextLabel.labelString:    Text:
  3974. *alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2
  3975. *alignmentTitle.labelString:        Text alignment and wrapping around images
  3976. *alignmentInfoLabel.labelString:    \
  3977. To see wrapped text, view page in Browse window.
  3978. *imageSpaceTitle.labelString:        Space around image
  3979. *imageProperties.imageSpaceFrame.leftOffset:    10
  3980. *leftRightLabel.labelString:        Left and right:
  3981. *topBottomLabel.labelString:        Top and Bottom:
  3982. *solidBorderLabel.labelString:        Solid Border:
  3983. *originalSize.labelString:            Original Size
  3984. *customSize.labelString:            Custom Size
  3985. *constrain.labelString:                Constrain
  3986. *copyImage.labelString:                Copy image to document location
  3987. *leaveImage.labelString:            Leave image at the original location
  3988. *useAsBackground.labelString:        Use as background
  3989. *removeImageMap.labelString:        Remove Image Map
  3990. *editImage.labelString:                Edit Image
  3991.  
  3992. ! Horizontal Line Properties
  3993. *horizontalLineProperties_popup.title: Netscape: Horizontal Line
  3994. *dimensionsTitle.labelString:        Dimensions
  3995. *horizontalLineProperties*XmFrame.marginWidth:  10
  3996. *horizontalLineProperties*XmFrame.marginHeight: 10
  3997. *heightLabel.labelString:            Height:
  3998. *heightText.columns:                4
  3999. *pixels.labelString:                pixels
  4000. *widthLabel.labelString:            Width:
  4001. *widthText.columns:                    4
  4002. *percent.labelString:                % of window
  4003. *alignTitle.labelString:            Align
  4004. *left.labelString:                    Left
  4005. *center.labelString:                Center
  4006. *right.labelString:                Right
  4007. *threeDShading.labelString:            3-D shading
  4008.  
  4009. ! Document Properties & Editor Preferences/Appearance
  4010. *appearanceProperties.tabLabelString:                Colors and Background
  4011. *documentPropertiesDialog_popup.title:    Netscape: Document Properties
  4012. *editorPreferencesDialog_popup.title:    Netscape: Editor Preferences
  4013. *folder*appearance.marginHeight:     10
  4014. *folder*appearance.marginWidth:        10
  4015. *folder*appearance*XmFrame.marginHeight: 2
  4016. *folder*appearance*XmFrame.marginWidth:    2
  4017. *appearance*custom.labelString:        Use custom colors
  4018. *appearance*browser.labelString:        \
  4019. Use the Browser's color settings
  4020. *schemesTitle.labelString:        Color schemes
  4021. *save.labelString:            Save
  4022. *remove.labelString:            Remove
  4023. *documentColorsTitle.labelString:    Document colors
  4024. *documentPropertiesDialog*previewFrame.marginHeight:     0
  4025. *documentPropertiesDialog*previewFrame.marginWidth:    0
  4026. *appearance*normal.labelString:            Normal text...
  4027. *appearance*link.labelString:            Link text...
  4028. *appearance*active.labelString:            Active Link text...
  4029. *appearance*followed.labelString:        Followed Link text...
  4030. *appearance*background.labelString:        Background...
  4031. *appearance*backgroundInfo.labelString:        Background image will override color.
  4032. *appearance*preview.normal.labelString: Normal text
  4033. *appearance*preview.link.labelString:    Link text
  4034. *appearance*preview.active.labelString:  Active (selected) link
  4035. *appearance*preview.followed.labelString: Followed (visited) link
  4036. *appearance*preview*normalLabelString: Normal text
  4037. *appearance*preview*linkLabelString:    Link text
  4038. *appearance*preview*activeLabelString:  Active (selected) link
  4039. *appearance*preview*followedLabelString: Followed (visited) link
  4040. *backgroundImageTitle.labelString:            Background image
  4041. *browseImageFile.labelString:                Browse for File...
  4042. *solid.labelString:            Solid color
  4043. *useImage.labelString:                Use Image
  4044. *choose.labelString:            Choose Color...
  4045. *documentPropertiesDialog*appearance*infoLabel.labelString:    \
  4046. These settings will be applied to the current document.
  4047. *editorAppearance*appearance*infoLabel.labelString:    \
  4048. These settings will be applied to new documents, not the current.
  4049.  
  4050. ! Document Properties/General
  4051. *generalProperties.tabLabelString:    General
  4052. *folder*general.marginHeight:         10
  4053. *folder*general.marginWidth:        10
  4054. *locationLabel.labelString:            Location:
  4055. *titleLabel.labelString:            Title:
  4056. *authorLabel.labelString:            Author:
  4057. *descriptionLabel.labelString:        Description:
  4058. *createdLabel.labelString:            Creation date:
  4059. *updatedLabel.labelString:            Last updated:
  4060. *otherAttributesTitle.labelString:    Other attributes
  4061. *infoLabel.labelString:                \
  4062. Use commas to separate multiple words or phrases.
  4063. *keywordsLabel.labelString:            Keywords:
  4064. *classificationLabel.labelString:    Classification:
  4065.  
  4066. ! Document Properties/Advanced
  4067. *advanced.tabLabelString:            Advanced
  4068. *folder*advanced.marginHeight:         10
  4069. *folder*advanced.marginWidth:        10
  4070. *systemLabel.labelString:        Netscape system variables (HTTP-EQUIV):
  4071. *userLabel.labelString:            User variables (META):
  4072. *nameLabel.labelString:            Name:
  4073. *valueLabel.labelString:        Value:
  4074. *delete.labelString:            Delete
  4075. *set.labelString:            Set
  4076. *new.labelString:            New
  4077.  
  4078. ! Target Properties
  4079. *targetPropertiesDialog_popup.title:     Netscape: Target Properties
  4080. *targetLabel.labelString:                Enter a name for this target:
  4081.  
  4082. ! Html Properties
  4083. *htmlPropertiesDialog_popup.title:     Netscape: HTML Tag
  4084. *htmlPropertiesInfo.labelString:    \
  4085. Enter tag name and any attributes or parameters for one tag only.
  4086. *htmlPropertiesDialog.Apply.labelString:    Verify
  4087. *htmlPropertiesDialog.ApplyLabelString:     Verify
  4088.  
  4089. ! Editor Preferences/General
  4090. *generalPreferences.tabLabelString:    General
  4091. *authorTitle.labelString:        Author name
  4092. *externalTitle.labelString:        External editors
  4093. *htmlLabel.labelString:            HTML source:
  4094. *imageLabel.labelString:        Image:
  4095. *templateTitle.labelString:        New document template
  4096. *templateInfo.labelString:        \
  4097. This page will open when you select from menu:\n\
  4098. File/New Document/From Template.
  4099. *restoreDefault.labelString:        Restore default
  4100. *autosaveTitle.labelString:        Auto Save
  4101. *autosaveEnable.labelString:    Automatically save document every:
  4102. *minutes.labelString:            minutes
  4103.  
  4104. ! Editor/Tables Properties&Create
  4105. *table.tabLabelString:            Table
  4106. *row.tabLabelString:            Row
  4107. *cell.tabLabelString:            Cell
  4108. *tableCreateDialog_popup.title:                Netscape: New Table Properties
  4109. *tablePropertiesDialog_popup.title:         Netscape: Table Properties
  4110. *tableRowsLabel.labelString:                Number of rows:
  4111. *tableColumnsLabel.labelString:                Number of columns:
  4112. *attributesTitle.labelString:                Attributes
  4113. *tableAlignmentTitle.labelString:            Table alignment
  4114. *borderLineWidthLabel.labelString:            Border line width
  4115. *borderLineWidthUnits.labelString:            pixels
  4116. *cellSpacingLabel.labelString:                Cell spacing
  4117. *cellSpacingUnits.labelString:                pixels between cells
  4118. *cellPaddingLabel.labelString:                Cell padding
  4119. *cellPaddingUnits.labelString:                   pixel space within cells
  4120. *tableWidthToggle.labelString:                Table width
  4121. *tableHeightToggle.labelString:                Table min. height
  4122. *tableColorToggle.labelString:                Table color
  4123. *captionToggle.labelString:                Include caption
  4124. *above.labelString:                    above
  4125. *below.labelString:                    below table
  4126. *tableWidthUnits.marginWidth:                0
  4127. *tableWidthUnits.marginHeight:                0
  4128. *tableHeightUnits.marginWidth:                0
  4129. *tableHeightUnits.marginHeight:                0
  4130. *captionUnits.marginWidth:                0
  4131. *captionUnits.marginHeight:                0
  4132. *textAlignmentTitle.labelString:            Text alignment
  4133. *horizontalLabel.labelString:                Horizontal
  4134. *verticalLabel.labelString:                Vertical
  4135. *textAlignment*default.labelString:            Default
  4136. *textAlignment*left.labelString:            Left
  4137. *textAlignment*right.labelString:            Right
  4138. *textAlignment*center.labelString:            Center
  4139. *textAlignment*top.labelString:                Top
  4140. *textAlignment*bottom.labelString:            Bottom
  4141. *textAlignment*baselines.labelString:            Baselines
  4142. *tableAlignmentBox*left.labelString:            Left
  4143. *tableAlignmentBox*right.labelString:            Right
  4144. *tableAlignmentBox*center.labelString:            Center
  4145. *rowColorToggle.labelString:                Row color
  4146. *textOtherTitle.labelString:                Text
  4147. *headerStyle.labelString:                Header style
  4148. *nonBreaking.labelString:                Nonbreaking
  4149. *cellRowsLabel.labelString:                Cell spans
  4150. *cellColumnsLabel.labelString:                row(s), and 
  4151. *cellColumnsUnits.labelString:                column(s)
  4152. *cellWidthToggle.labelString:                Cell width
  4153. *cellHeightToggle.labelString:                Cell min. height
  4154. *cellColorToggle.labelString:                Cell color
  4155. *percentOfCell.labelString:                % of parent cell
  4156. *percentOfWindow.labelString:            % of window
  4157. *cancel.cancelLabelString:              Cancel
  4158. *cancel.closeLabelString:               Close
  4159. *Cancel.cancelLabelString:              Cancel
  4160. *Cancel.closeLabelString:               Close
  4161. *borderLineWidth.labelString:           Border Line Width
  4162. *equalColumnWidth.labelString:          Equal Column Widths
  4163. *backgroundTitle.labelString:           Background
  4164. *backgroundAttributes.useColor.labelString: Use Color:
  4165. *backgroundAttributes.useImage.labelString: Use Image:
  4166. *backgroundAttributes.chooseImage.labelString: Choose Image...
  4167.  
  4168. ! Editor Preferences/Publish
  4169. *publishPreferences.tabLabelString:    Publish
  4170. *folder*publish.marginHeight:         10
  4171. *folder*publish.marginWidth:        10
  4172. *linksAndImagesTitle.labelString:    Links and images
  4173. *linksAndImagesLabel.labelString:    \
  4174. When saving remote documents, and when inserting links and images:
  4175. *linksToggle.labelString:        Maintain links
  4176. *linksInfo.labelString:            \
  4177. Adjust links to work from the document's location. (Links to local\n\
  4178. documents will work when local versions exist).
  4179. *imagesToggle.labelString:        Keep images with document
  4180. *imagesInfo.labelString:        \
  4181. Save copies of images to the document's location.\n\
  4182. Images will always appear in local versions of the document and\n\
  4183. when document is published.
  4184. *linksAndImagesTip.labelString:        \
  4185. Tip: Set both options if you will be using remote publishing.
  4186. *publishTitle.labelString:        Default publishing location
  4187. *publishLabel.labelString:        Publish to (FTP or HTTP):    
  4188. *browseLabel.labelString:        Browse to (HTTP):
  4189. *usernameLabel.labelString:        User name:
  4190. *passwordLabel.labelString:        Password:
  4191. *savePassword.labelString:        Save password
  4192.  
  4193. ! Publish Files dialog box
  4194. *publishFilesDialog_popup.title:     Netscape: Publish Files
  4195. *localFilesTitle.labelString:        Local files
  4196. *localFiles.publishLabel.labelString:    Publish:
  4197. *includeLabel.labelString:        Include files:
  4198. *includeImages.labelString:        Files associated with this page
  4199. *includeAll.labelString:        All files in directory
  4200. *selectNone.labelString:        Select None
  4201. !
  4202. !
  4203. *titleFrameTitle.labelString:    Page Title
  4204. *publishLocationTitle.labelString:    Publishing location
  4205. *publishLocation.publishLabel.labelString:    \
  4206. Upload files to this location (FTP or HTTP):
  4207. *useDefault.labelString:        Use Default Location
  4208. ! bogus url alert default button:
  4209. *publishFilesDialog_popup.question_popup.dialog.defaultButtonType:    \
  4210. dialog_cancel_button
  4211.  
  4212. *hintDialog_popup.title:        Netscape: Hint
  4213. *dontDisplayAgain.labelString:    Don't display this message again.
  4214. *hintDialog.dontDisplayAgainRow.marginWidth: 9
  4215.  
  4216. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4217. ! Editor popups.
  4218. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4219. ! Color Picker
  4220. *setColors_popup.title:                         Netscape: Set Colors
  4221. *standardColorsTitle.labelString:               Standard Colors
  4222. *colorPicker*oldSample.labelString:             Old
  4223. *colorPicker*newSample.labelString:             New
  4224. *colorPicker*swatches.tabLabelString:           Swatches
  4225. *colorPicker*rgb.tabLabelString:                Rgb
  4226. *colorPicker*rgb*unitsMenu.decimal.labelString: Decimal
  4227. *colorPicker*rgb*unitsMenu.hex.labelString:     Hexidecimal
  4228. *colorPicker*rgb*unitsMenu.percent.labelString: %
  4229. *colorPicker*defaultColor.labelString:          Default Color
  4230. *colorPicker*otherColor.labelString:            Other Color...
  4231.  
  4232. ! Save Remote Dialog.
  4233. *saveRemote.marginHeight:        10
  4234. *saveRemote.marginWidth:        10
  4235. ! These don't seem to get set by above two lines.
  4236. *saveRemote*infoIcon.marginWidth:    15
  4237. *saveRemote*infoIcon.marginHeight:    15
  4238. *saveRemote_popup.title:        Netscape: Save Remote Document
  4239. *saveRemote*infoText.labelString:    \
  4240. This document is on a remote server.\n\
  4241. You must save it locally before making\n\
  4242. changes.
  4243. *saveRemote*linksTitle.labelString:    Links
  4244. *saveRemote*linksToggle.labelString:    Adjust links to aid in remote publishing
  4245. *saveRemote*linksText.labelString:    \
  4246. Links to other documents in the same location (directory) will work\n\
  4247. locally and when documents are published.\n\
  4248. \n\
  4249. Links to remote sites will not change.
  4250. *saveRemote*imagesTitle.labelString:    Images
  4251. *saveRemote*imagesToggle.labelString:    Save images with document
  4252. *saveRemote*imagesText.labelString:    \
  4253. Images will appear in local versions of the document.
  4254. *saveRemote*save.labelString:        Save
  4255. *saveRemote*cancel.labelString:        Cancel
  4256. *saveRemote*help.labelString:        Help
  4257.  
  4258. ! Confirm Save File(s) Dialog.
  4259. *confirmSaveFiles_popup.title:            Netscape: Confirm Save File
  4260. *confirmSaveFiles.marginHeight:            0
  4261. *confirmSaveFiles.marginWidth:            0
  4262. *yes.labelString:        Yes
  4263. *confirmSaveFiles*yesToAll.labelString:    Yes To All
  4264. *no.labelString:        No
  4265. *confirmSaveFiles*noToAll.labelString:    No To All
  4266. *confirmSaveFiles*cancel.labelString:    Cancel
  4267. *confirmSaveFiles*help.labelString:        Help
  4268. *confirmSaveFiles*defaultButtonShadowThickness:    0
  4269.  
  4270. ! Save/Upload files message dialogs.
  4271. *saveMessageDialog_popup.title:            Saving files
  4272. *uploadMessageDialog_popup.title:        Uploading files
  4273. *imageLoadMessageDialog_popup.title:    Loading image
  4274. *saveMessageDialog.width:               400
  4275. *uploadMessageDialog.width:             400
  4276. *imageLoadMessageDialog.width:          400
  4277.  
  4278. !=============================================================================
  4279. ! Mail/News column titles
  4280. !=============================================================================
  4281. *mailNewsColumns.folderlist.Name:    Name
  4282. *mailNewsColumns.folderlist.Unread:    Unread
  4283. *mailNewsColumns.folderlist.Total:    Total
  4284. *mailNewsColumns.messagelist.Thread:    Thread
  4285. *mailNewsColumns.messagelist.Sender:    Sender
  4286. *mailNewsColumns.messagelist.Subject:    Subject
  4287. *mailNewsColumns.messagelist.Date:    Date
  4288.  
  4289.  
  4290. !=============================================================================
  4291. *toolBar*spacer.marginWidth:        4
  4292.  
  4293. *urlBar*whatsNew.labelString:        What's New?
  4294. *whatsNew.documentationString:        What's New on the net
  4295. *urlBar*whatsCool.labelString:        What's Cool?
  4296. *whatsCool.documentationString:        Cool sites on the net
  4297. *urlBar*inetIndex.labelString:        The Internet
  4298. *inetIndex.documentationString:        Exploring the Net
  4299. *urlBar*inetSearch.labelString:        Net Search
  4300. *inetSearch.documentationString:    Internet Search
  4301. *urlBar*inetWhite.labelString:        People
  4302. *inetWhite.documentationString:        People and Places
  4303. *urlBar*inetYellow.labelString:        Yellow Pages
  4304. *urlBar*upgrade.labelString:        Software
  4305. *urlBar*welcome.labelString:        Welcome
  4306. *urlBar*newsgroups.labelString:        Groups
  4307. *inetAbout.documentationString:        About the Internet
  4308.  
  4309. *toolBar.getNewMail.labelString:    Get Mail
  4310. *toolBar.deleteMessage.labelString:    Delete
  4311. *toolBar.mailNew.labelString:        New Mail Message
  4312. *toolBar.postNew.labelString:        New
  4313. *toolBar.replyToSender.labelString:    Reply
  4314. *toolBar.replyToAll.labelString:    Reply All
  4315. *toolBar.postReply.labelString:        Post Reply
  4316. *toolBar.postAndMailReply.labelString:    Reply
  4317. *toolBar.forwardMessage.labelString:    Forward
  4318. *toolBar.previousUnreadMessage.labelString:Previous
  4319. *toolBar.nextUnreadMessage.labelString:    Next
  4320. *toolBar.markThreadRead.labelString:    Thread
  4321. *toolBar.markAllRead.labelString:    All
  4322.  
  4323. *msgViewAttachPopup*open.labelString:        Open...
  4324. *msgViewAttachPopup*open.mnemonic:        O
  4325. *msgViewAttachPopup*save.labelString:        Save...
  4326. *msgViewAttachPopup*save.mnemonic:        S
  4327. *msgViewAttachPopup*properties.labelString:    Properties
  4328. *msgViewAttachPopup*properties.mnemonic:    P
  4329.  
  4330. *attachmentProps.dialogTitle:            Attachment
  4331. Netscape*attachmentProps*XmLabelGadget.fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4332.  
  4333. *attachmentProps.okLabelString:            Ok
  4334. *attachmentProps*nameLabel.labelString:        Name:
  4335. *attachmentProps*typeLabel.labelString:        Type:
  4336. *attachmentProps*encLabel.labelString:        Encoding:
  4337. *attachmentProps*descLabel.labelString:        Description:
  4338.  
  4339. !=============================================================================
  4340. ! Toolbar for addressbook
  4341. !
  4342. *toolBar.addToAddressBook.labelString:    New Card
  4343. *toolBar.abNewList.labelString:        New List
  4344. *toolBar.deleteABEntry.labelString:    Delete
  4345. *toolBar.toAB.labelString:        To:
  4346. *toolBar.ccAB.labelString:        CC:
  4347. *toolBar.bccAB.labelString:        BCC:
  4348. *toolBar.directoryAB.labelString:    Directory
  4349.  
  4350. !
  4351. *Properties*showSecurBtn.labelString: Show Certificate
  4352. !*filterBoxForm.filterPrompt.labelString: Select a directory and type in the name you are looking for:
  4353. *filterBoxForm.filterPrompt.labelString: Show names containing:
  4354. *filterBoxForm.filterInLabel.labelString: Search Results
  4355. *filterBoxForm.filterSearchBtn.labelString: Search for...
  4356. *filterBoxForm.filterStopBtn.labelString: Stop
  4357.  
  4358. !=============================================================================
  4359. ! Toolbar for mail compose
  4360. *toolBar.SendOrSendLater.labelString:    Send
  4361. *toolBar.quoteMessage.labelString:    Quote
  4362. *toolBar.attach.labelString:        Attach
  4363. *toolBar.openAddrBook.labelString:    Address
  4364.  
  4365. !=============================================================================
  4366. ! Turn off beeping on name completion in the address outliner:
  4367. *addressText*verifyBell:        False
  4368.  
  4369. !=============================================================================
  4370. *noDocumentLoadedMessage:    No document has yet been loaded in this window.
  4371. *optionsSavedMessage:        Options have been saved.
  4372. *clickToSaveMessage:        Click on the link to save.
  4373. *clickToSaveCancelledMessage:    Save link to file was cancelled.
  4374. *noPreviousURLMessage:        No previous document.
  4375. *noNextURLMessage:        No next document.
  4376. *noHomeURLMessage:        No home document specified.
  4377. *notOverImageMessage:        Not over an image.
  4378. *notOverLinkMessage:        Not over a link.
  4379. *noSearchStringMessage:        Nothing to search for.
  4380. *wrapSearchMessage:         End of document reached; continue from beginning?
  4381. *wrapSearchBackwardMessage:  Beginning of document reached; continue from end?
  4382. *wrapSearchNotFoundMessage:  Search string not found.
  4383. *noAddressesMessage:         No recipients specified.
  4384. *noFileMessage:             No output file specified.
  4385. *noPrintCommandMessage:         No print command specified.
  4386. *overwriteFileMessage:         Overwrite existing file %s?
  4387. *bookmarksChangedMessage:    Bookmarks file has changed on disk: overwrite it?
  4388. *bookmarkConflictMessage:    \
  4389.             Bookmark list not saved.\nReload the disk version now?
  4390. *bookmarksNoFormsMessage:    \
  4391.           Cannot add the result of a form submission to the bookmark list.
  4392. *reallyQuitMessage:    Close all windows and exit Netscape?
  4393. *doubleInclusionMessage:    \n\
  4394. The document has already been quoted.\n\
  4395.  \n\
  4396. Are you sure you want to quote it again?\n
  4397.  
  4398. *expireNowMessage:        \
  4399.         This will mark all of your links as unfollowed.\nProceed?
  4400. *clearMemCacheMessage:        \
  4401.     This will remove all the files currently in your memory cache.\nContinue?
  4402. *clearDiskCacheMessage:        \
  4403.     This will remove all the files currently in your disk cache.\nContinue?
  4404.  
  4405. *createCacheDirErrorMessage:    \
  4406. Error: unable to create the persistent cache directory:\n\
  4407.  \n\
  4408.             %s: %s.\n\
  4409.  \n\
  4410. Please set a new disk cache directory from the Advanced/Cache\n\
  4411. section of the`Edit|Preferences...' dialog.\n
  4412.  
  4413. *createdCacheDirMessage:    \
  4414. A directory has been created for use as the disk cache:\n\
  4415.  \n\
  4416.             %s/\n\
  4417.  \n\
  4418. You can change the cache directory in the Advanced/Cache\n\
  4419. section of the`Edit|Preferences...' dialog.\n
  4420.  
  4421. *cacheNotDirMessage:    \
  4422. Error: the directory configured for use as the disk cache\n\
  4423. exists, but is not a directory:\n\
  4424.  \n\
  4425.             %s\n\
  4426.  \n\
  4427. Please set a new disk cache directory using the Advanced/Cache\n\
  4428. section of the`Edit|Preferences...' dialog.\n
  4429.  
  4430. *cacheSuffixMessage:    \
  4431.  \n\
  4432. There should be one disk cache per user, so using a shared\n\
  4433. directory (such as /tmp) is not advised.\n\
  4434.  \n\
  4435. The maximum disk cache size is currently %d kilobytes.\n\
  4436. You can change the cache size in the Advanced/Cache\n\
  4437. section of the`Edit|Preferences...' dialog.\n\
  4438.  \n\
  4439. If you wish to disable disk caching, set the Disk Cache Size\n\
  4440. to 0.  If you do this, documents will continue to be cached\n\
  4441. in memory according to the Memory Cache Size preference,\n\
  4442. but will no longer be cached on disk.  This means that the\n\
  4443. cache will not last from session to session of Netscape.
  4444.  
  4445. *cubeTooSmallMessage:        \
  4446. We were only able to allocate %d cells for the color\n\
  4447. cube to which images are dithered.  As a result, the\n\
  4448. image quality may be poor.\n\
  4449.  \n\
  4450. One way to improve image quality is to exit any other\n\
  4451. color-intensive applications which are running and\n\
  4452. restart Netscape.\n\
  4453.  \n\
  4454. Another way is to run Netscape with the `-install'\n\
  4455. command-line option, which will cause it to use a\n\
  4456. private colormap.  The drawback to this is that on\n\
  4457. some systems, this will result in colormap flashing\n\
  4458. when moving focus to other windows.
  4459.  
  4460. *renameInitFilesMessage:        \
  4461. Preferences files from an older version of Netscape exist;\n\
  4462. This version of Netscape uses the same file formats, but the\n\
  4463. file names have changed.  Would you like us to rename these\n\
  4464. files now?
  4465.  
  4466. *unsentMailMessage:            \
  4467.  Unsent mail messages exist, do you really want to quit without sending them?
  4468.  
  4469. *binaryDocumentMessage:            \
  4470.  This document is binary data; cannot view source.
  4471.  
  4472. ! For Helper App Editor - Delete
  4473. *helperAppDeleteMessage:            \
  4474. Are you sure you want to delete this MIME type? Any future\n\
  4475. files of this type that you encounter will not be recognized\n\
  4476. by Netscape's plug-ins or Netscape's helper applications.
  4477.  
  4478. !=============================================================================
  4479. !*preeditType:                root
  4480. !*Netscape.preeditType:            overthespot
  4481.  
  4482. ! default titles for the TopLevelShell widgets.
  4483. ! note that the title and icon title of Navigator windows are
  4484. ! changed at runtime; these resources won't override that.
  4485. *title:                    Netscape
  4486. *iconName:                Netscape
  4487. *Navigator.title:            Netscape Navigator 4.51
  4488. *MailThread.title:            Netscape Mail & Newsgroups
  4489. *MailThread.iconName:        Mail & Newsgroups
  4490.  
  4491.  
  4492. *Download.title:            Netscape Download
  4493. *Download.iconName:            Download
  4494. *Composition.title:            Netscape Message Composition
  4495. *Composition.iconName:        Message Composition
  4496. *bookmarks.title:            Netscape: Bookmarks
  4497. *bookmarks.iconName:        Bookmarks
  4498. *AddressBook.title:            Netscape: Address Book
  4499. *AddressBook.iconName:        Address Book
  4500. *Editor.title:                Netscape: Composer
  4501. *Editor.iconName:            Composer
  4502. *MailFolder.title:            Netscape Message Center
  4503. *MailFolder.iconName:        Msg Center
  4504. *AWTapp.iconName:           Java Console
  4505. *history.iconName:          History
  4506. *MailMsg.iconName:          Message
  4507.  
  4508. !========================
  4509. !  Popup Menu - Navigator
  4510. !========================
  4511.  
  4512. *popup.title.labelString:        Netscape Commands:
  4513. *popup.openURLNewWindow.labelString:    Open Link in New Window
  4514. *popup.openURLNewWindow.mnemonic:         O
  4515. *popup*openURLNewWindow.acceleratorText:  Button2
  4516. *popup.openFrameNew.labelString:        Open Frame in New Window
  4517. *popup.openFrameNew.mnemonic:             w
  4518. *popup.openFrameInWindow.labelString:    Open Frame in Window
  4519. *popup.openFrameInWindow.mnemonic:         i
  4520. *popup.editLink.labelString:            Open Link in Composer
  4521. *popup.editLink.mnemonic:                 e
  4522. !                                       ------------------------
  4523. ! back
  4524. ! forward
  4525. *reloadNonFrameCmdString:                Reload
  4526. *reloadWithFrameCmdString:                Reload Frame
  4527. *popup.frameReload.mnemonic:             R
  4528. *popup.showImage.labelString:            Show Image
  4529. *popup.showImage.mnemonic:              g
  4530. ! stopLoading
  4531. !                                       ------------------------
  4532. *pageSourceNonFrameCmdString:            View Page Source
  4533. *pageSourceWithFrameCmdString:            View Frame Source
  4534. *popup.framePageSource.mnemonic:         u
  4535. *pageInfoNonFrameCmdString:                View Page Info
  4536. *pageInfoWithFrameCmdString:            View Frame Info
  4537. *popup.framePageInfo.mnemonic:             V
  4538. *openImageCmdString:                    View Image
  4539. *popup.openImage.mnemonic:                 m
  4540. !                                       ------------------------
  4541. *popup.addLinkBookmark.labelString:        Add Bookmark for Link
  4542. *popup.addLinkBookmark.mnemonic:         k
  4543. *popup.addFrameBookmark.labelString:    Add Bookmark for Frame
  4544. *popup.addFrameBookmark.mnemonic:         k
  4545. ! sendPage
  4546. !                                       ------------------------
  4547. *popup.saveURL.labelString:                Save Link As...
  4548. *popup.saveURL.mnemonic:                 S
  4549. *popup.saveURL.acceleratorText:             Shift+Button1
  4550. *popup.saveImage.labelString:               Save Image As...
  4551. *popup.saveImage.mnemonic:                 i
  4552. *popup.saveBGImage.labelString:            Save Background As...
  4553. *popup.saveBGImage.mnemonic:             d
  4554. !                                       ------------------------
  4555. ! 'copy' command defined in editor popup above
  4556. ! 'copyLink' command defined in editor popup above
  4557. *popup.copyImage.labelString:            Copy Image Location
  4558. *popup.copyImage.mnemonic:                 y
  4559.  
  4560.  
  4561. !
  4562. ! Convert from old version file formats
  4563. *convertQuestion_popup*OK.labelString:        Delete Old Config Files
  4564. *convertQuestion_popup*Cancel.labelString:    Keep Old Config Files
  4565.  
  4566. !
  4567. ! Convert from old version file formats
  4568. *sendNow_popup*OK.labelString:        Yes
  4569. *sendNow_popup*Cancel.labelString:    No
  4570.  
  4571.  
  4572. ! Mail/News popup menus
  4573. !
  4574. *Mail*popup.title.labelString:        Netscape Mail
  4575. *News*popup.title.labelString:        Netscape Newsgroups
  4576.  
  4577. ! News open News host dialog
  4578. !
  4579. *News*openNewsHost.title:    Netscape: Open News Host
  4580. *News*openNewsHost*selectionLabelString:    \
  4581.                 Input name and port of news host to open:
  4582. *News*openNewsHost*hostLabel.labelString:    News host:
  4583. *News*openNewsHost*hostLabel.alignment:        ALIGNMENT_END
  4584. *News*openNewsHost*portLabel.labelString:    Port:
  4585. *News*openNewsHost*portLabel.leftOffset:    10
  4586. *News*openNewsHost*portLabel.alignment:        ALIGNMENT_END
  4587. *News*openNewsHost*secure.labelString:        Secure
  4588. *News*openNewsHost*secure.topOffset:        10
  4589. *News*openNewsHost*portText.columns:        5
  4590.  
  4591. *history_popup.title:            Netscape: Window History
  4592. *history_popup*listLabelString:        Where You've Been...
  4593. *history_popup*OK.labelString:        Go To
  4594. *history_popup*OkLabelString:        Go To
  4595. *history_popup*Cancel.labelString:    Close
  4596. *history_popup*CancelLabelString:    Close
  4597. *history_popup*Apply.labelString:    Create Bookmark
  4598. *history_popup*ApplyLabelString:    Create Bookmark
  4599.  
  4600. *source_popup.title:                Netscape: View Source
  4601. *source_popup*save.labelString:            Save...
  4602. *source_popup*OK.labelString:            OK
  4603. *source_popup*text.editable:            False
  4604. *source_popup*text.cursorPositionVisible:    False
  4605. *source_popup*text.wordWrap:            True
  4606. *source_popup*text.scrollHorizontal:        False
  4607. *source_popup*urlLabel.labelString:        Location:
  4608. *source_popup*titleLabel.labelString:        Title:
  4609. *source_popup*titleLabel.leftOffset:        0
  4610. *source_popup*titleLabel.rightOffset:        4
  4611. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  4612. *source_popup*urlLabel.topOffset:        0
  4613. *source_popup*urlLabel.leftOffset:        0
  4614. *source_popup*urlLabel.rightOffset:        4
  4615. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  4616. *source_popup*titleText.leftOffset:        0
  4617. *source_popup*titleText.rightOffset:        0
  4618. *source_popup*urlText.leftOffset:        0
  4619. *source_popup*urlText.rightOffset:        0
  4620. *source_popup*text.leftOffset:            0
  4621. *source_popup*text.rightOffset:            0
  4622. *source_popup*XmScrolledWindow.topOffset:    8
  4623. *source_popup*text.columns:            80
  4624. *source_popup*text.rows:            20
  4625.  
  4626. *docinfo_popup.title:                Netscape: Document Information
  4627. *docinfo_popup*OK.labelString:    OK
  4628. *docinfo_popup*titleLabel.labelString:        Title:
  4629. *docinfo_popup*urlLabel.labelString:        Location:
  4630. *docinfo_popup*modifiedLabel.labelString:    Last Modified:
  4631. *docinfo_popup*sourceLabel.labelString:        Source:
  4632. *docinfo_popup*charsetLabel.labelString:    Encoding:
  4633. *docinfo_popup*dpyLabel.labelString:        Visual:
  4634. *docinfo_popup*securityFrame.label.labelString:    Security Information
  4635. *docinfo_popup*certificateLabel.labelString:    Server Certificate:
  4636. *docinfo_popup*certificateText.columns:        60
  4637. *docinfo_popup*certificateText.rows:        6
  4638. *docinfo_popup*certificateText.wordWrap:    True
  4639. *docinfo_popup*certificateText.scrollHorizontal:False
  4640. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  4641. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  4642. *docinfo_popup*securityText.wordWrap:        True
  4643. *docinfo_popup*securityText.scrollHorizontal:    False
  4644. *docinfo_popup*urlLabel.topOffset:        0
  4645. *docinfo_popup*urlLabel.leftOffset:        0
  4646. *docinfo_popup*urlLabel.rightOffset:        4
  4647. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  4648. *docinfo_popup*titleLabel.leftOffset:        0
  4649. *docinfo_popup*titleLabel.rightOffset:        4
  4650. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  4651. *docinfo_popup*modifiedLabel.topOffset:        0
  4652. *docinfo_popup*modifiedLabel.leftOffset:    0
  4653. *docinfo_popup*modifiedLabel.rightOffset:    4
  4654. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  4655. *docinfo_popup*charsetLabel.topOffset:        0
  4656. *docinfo_popup*charsetLabel.leftOffset:        0
  4657. *docinfo_popup*charsetLabel.rightOffset:    4
  4658. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  4659. *docinfo_popup*sourceLabel.topOffset:        0
  4660. *docinfo_popup*sourceLabel.leftOffset:        0
  4661. *docinfo_popup*sourceLabel.rightOffset:        4
  4662. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  4663. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  4664. *docinfo_popup*dpyLabel.topOffset:        5
  4665. *docinfo_popup*dpyLabel.leftOffset:        0
  4666. *docinfo_popup*dpyLabel.rightOffset:        4
  4667. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  4668. *docinfo_popup*dpyText.rows:            3
  4669. *docinfo_popup*dpyText.columns:            48
  4670. *invalidLangTagFormatMsg:        \
  4671. Invalid Language/Country Tag format.\n\n\
  4672. The format is: 'Aaaaa/Bbbbb [xx-YY]' where:    \n\
  4673.     'Aaaa/Bbbb' is the Language/Country (optional, not used)\n\
  4674.     '[' and ']' bracket the tag (required, spaces not allowed between these)\n\
  4675.     'xx' specifies the language (required)\n\
  4676.     '-YY' specifies the Country (optional)
  4677.  
  4678. *invalidLangTagFormatDialogTitle:    Invalid Tag Format
  4679.  
  4680. *docinfo_popup*titleText.columns:        40
  4681. *docinfo_popup*securityFrame.topOffset:        10
  4682. *docinfo_popup*keyDescLabel.leftOffset:        14
  4683. *docinfo_popup*keyDescLabel.rightOffset:    14
  4684. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  4685. *docinfo_popup*certificateLabel.leftOffset:    10
  4686. *docinfo_popup*certificateLabel.rightOffset:    10
  4687. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  4688. *docinfo_popup*securityLabel.leftOffset:    14
  4689. *docinfo_popup*securityLabel.rightOffset:    14
  4690. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  4691. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  4692. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  4693.  
  4694. *docinfo*noSecurityMessage:\
  4695. This version of Netscape does not have security built in.
  4696.  
  4697. *docinfo*securityLabel.labelString:\
  4698. Security protects Internet documents you receive and information you send\n\
  4699. back with server authentication, privacy using encryption, and data\n\
  4700. integrity.  You can see a document's security status using the key/broken\n\
  4701. key icon in the status area or the colorbar above the content area (blue for\n\
  4702. secure; gray for insecure).  Consult the Handbook or the `On Security' page\n\
  4703. for details.
  4704.  
  4705.  
  4706.  
  4707. *bmPreferences_popup.title:                Netscape: Bookmarks
  4708. *bmPreferences_popup*frame1label.labelString:        Add Bookmark
  4709. *bmPreferences_popup*frame2label.labelString:        Bookmark Menu
  4710. *bmPreferences_popup*addbm_option.labelString:        \
  4711.                         Add bookmarks to this header
  4712. *bmPreferences_popup*bmmenu_option.labelString:        \
  4713.                       View this header in bookmarks menu
  4714. *bmPreferences_popup*addbm_default.labelString: Add to toplevel
  4715. *bmPreferences_popup*bmmenu_default.labelString: Toplevel header
  4716.  
  4717. *bookmarksWhatsChanged*button_0.labelString: All Bookmarks
  4718. *bookmarksWhatsChanged*button_1.labelString: Selected Bookmarks
  4719. *bookmarksWhatsChanged*Apply.labelString: Start
  4720. *bookmarksWhatsChanged*ApplyLabelString:  Start
  4721. *bookmarksWhatsChanged*title.labelString: What's changed?
  4722. *bookmarksWhatsChanged.width: 400
  4723. *bookmarksWhatsChanged.minWidth: 400
  4724. *bookmarksWhatsChanged.maxWidth: 400
  4725. !*bookmarksWhatsChanged.height: 300
  4726. !*bookmarksWhatsChanged.minHeight: 300
  4727. !*bookmarksWhatsChanged.maxHeight: 300
  4728.  
  4729. *composeFolder.height:                          650
  4730. *composeFolder.shadowThickness:                 2
  4731. *composeFolder.bottomOffset:                    3
  4732. *composeFolder.leftOffset:                      3
  4733. *composeFolder.rightOffset:                     3
  4734. *composeFolder.topOffset:                       5
  4735. *composeFolder.spacing:                         1
  4736. *composeFolder.autoSelect:                      False
  4737.  
  4738.  
  4739. *mailto_field*fromLabel.labelString:        From:
  4740. *mailto_field*replyToLabel.labelString:        Reply To:
  4741. *mailto_field*toLabel.labelString:        Mail To:
  4742. *mailto_field*ccLabel.labelString:        Mail CC:
  4743. *mailto_field*bccLabel.labelString:        Mail BCC:
  4744. *mailto_field*fccLabel.labelString:        File CC:
  4745. *mailto_field*newsgroupsLabel.labelString:    Newsgroups:
  4746. *mailto_field*followupToLabel.labelString:    Followup To:
  4747. *mailto_field*attachmentsLabel.labelString:        Attachment:
  4748. *mailto_field*attachButton.labelString:        Attach...
  4749. *mailto_field*browseButton.labelString:        Browse...
  4750. *mailto_field*secureToggle.labelString:        Secure
  4751. *mailto_bodyText.wordWrap:            True
  4752. *mailto_bodyText.scrollHorizontal:        False
  4753. *mailto_field*attachButton.marginWidth:        10
  4754. *mailto_field*fromLabel.alignment:        ALIGNMENT_END
  4755. *mailto_field*replyToLabel.alignment:        ALIGNMENT_END
  4756. *mailto_field*toLabel.alignment:        ALIGNMENT_END
  4757. *mailto_field*ccLabel.alignment:        ALIGNMENT_END
  4758. *mailto_field*bccLabel.alignment:        ALIGNMENT_END
  4759. *mailto_field*fccLabel.alignment:        ALIGNMENT_END
  4760. *mailto_field*newsgroupsLabel.alignment:    ALIGNMENT_END
  4761. *mailto_field*followupToLabel.alignment:    ALIGNMENT_END
  4762. *mailto_field*subjectLabel.alignment:        ALIGNMENT_END
  4763. *mailto_field*attachmentsLabel.alignment:    ALIGNMENT_END
  4764.  
  4765. ! This is 72 rather than 79 or 80 because the width of the window controls
  4766. ! when word wrapping should occur; the Motif text area has no mechanism for
  4767. ! wrapping at a column other than the last one.  So, if we want a fill-column
  4768. ! of N, the window must be N wide.  Note that wrapping must occur before 80:
  4769. ! sending out lines with 80 characters on them is antisocial, as many programs
  4770. ! and terminals (including emacs) can only display 79 characters without 
  4771. ! wrapping.  Wrapping at 72 is better than wrapping at 79 because it leaves
  4772. ! room for further followups to quote the lines with ">" without causing
  4773. ! lines to wrap.
  4774. !
  4775. ! Note that, in the composition window, lines beginning with ">" will not
  4776. ! be wrapped at all, despite the appearance on the screen.  So just because
  4777. ! it looks like the quoted text has been mangled, doesn't mean it has.
  4778. !
  4779. *mailto_bodyText.columns:            72
  4780. ! This resource will change the size of the compose tab
  4781. *mailto_bodyText.rows:                25
  4782. *composeViewBaseWidget*composeViewEditFormWidget.leftOffset: 3 
  4783. *composeViewBaseWidget*composeViewEditFormWidget.bottomOffset: 3  
  4784. *composeViewBaseWidget*subject.topOffset: 3 
  4785. *composeViewBaseWidget*subject.bottomOffset: 3 
  4786. *composeViewBaseWidget*addReceipient.topOffset:20 
  4787. *composeViewBaseWidget*removeReceipient.topOffset: 15
  4788. *composeViewBaseWidget*selectReceipient.topOffset: 15
  4789. *composeViewBaseWidget*addReceipient.leftOffset: 5
  4790. *composeViewBaseWidget*removeReceipient.leftOffset: 5
  4791. *composeViewBaseWidget*selectReceipient.leftOffset: 5
  4792.  
  4793.  
  4794. ! Some people just aren't too hip.
  4795. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  4796.  
  4797. *attachForm*attachWebPage.labelString:  Attach Web Page...
  4798. *attachForm*attachWebPage.mnemonic:    W
  4799. *attachForm*attachFile.labelString:     Attach File...
  4800. *attachForm*attachFile.mnemonic:    F
  4801. *attachForm*deleteAttachment.labelString:        Delete Attachment
  4802. *attachForm*deleteAttachment.mnemonic:            D
  4803. *attachForm*attachAddressBookCard.labelString:        Attach Personal Card (vCard)
  4804. *attachForm*attachAddressBookCard.mnemonic:        A
  4805.  
  4806. *location_popup.dialogTitle:            Netscape: Attach Web Page
  4807. *location_popup*label.labelString:    Please specify a Web Page to attach:
  4808. *location_popup*locationLabel.labelString:    Web Page (URL):
  4809. *location_popup*locationText.columns:        40
  4810. *location_popup*locationText.leftOffset:    20
  4811. *location_popup*okLabelString: Attach
  4812. *location_popup*cancelLabelString: Cancel
  4813. *location_popup*clear.labelString: Clear
  4814.  
  4815. *attachForm*fileBrowser_popup.title:        Netscape: Attach File
  4816. *attachForm*fileBrowser.OkLabelString:        Attach
  4817.  
  4818. *formatType*none.labelString:        No Attachment
  4819. *formatType*text.labelString:        Text
  4820. *formatType*formattedText.labelString:    Formatted Text
  4821. *formatType*html.labelString:        Source
  4822. *formatType*tree.labelString:        Source and Images
  4823. *formatType*ps.labelString:        PostScript
  4824. *formatType*url.labelString:        URL Only
  4825.  
  4826.  
  4827. ! Helper Editor stuff
  4828. *helperEditor_popup.title:        Netscape Helper
  4829. *helperEditor.width: 400
  4830. *helperEditor*mimeTypesDescriptionLabel.labelString: Description
  4831. *helperEditor*mimeTypesDescriptionLabel.leftOffset: 3
  4832. *helperEditor*mimeTypesLabel.labelString: Type
  4833. *helperEditor*mimeTypesLabel.leftOffset: 3
  4834. *helperEditor*mimeTypesSuffixLabel.labelString: Suffix
  4835. *helperEditor*mimeTypesSuffixLabel.leftOffset: 3
  4836. *helperEditor*helperEditForm.XmTextField.rightOffset: 3
  4837. *helperEditor*helperEditFrameLabel.labelString: Handle By
  4838. *helperEditor*helperEditNavigator.labelString: Navigator 
  4839. *helperEditor*helperEditPlugin.labelString: Plug In
  4840. *helperEditor*helperEditApp.labelString: Application
  4841. *helperEditor*helperEditSave.labelString: Save To Disk
  4842. *helperEditor*helperEditUnknown.labelString: Unknown:PromptUser
  4843. *helperEditor*helperEditAppBrowse.labelString: Browse...
  4844. *helperEditor*helperEditNavigator.leftOffset: 20
  4845. *helperEditor*helperEditAppText.columns: 40
  4846.  
  4847.  
  4848. ! Preferences: Styles 2
  4849. !
  4850.  
  4851.  
  4852. *enteringSecureDialog_popup.title:        Netscape: Secure Document
  4853. *enteringSecureDialog*toggle.labelString:      Show this Alert Next Time
  4854. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4855. *enteringSecureDialog*toggle.leftOffset:    100
  4856. *enteringSecureDialog.selectionLabelString:\
  4857. You have requested a secure document. The document and any information\n\
  4858. you send back are encrypted for privacy while in transit.\n\
  4859. For more information on security choose Page Info from the View \
  4860. menu.
  4861.  
  4862. *leavingSecureDialog_popup.title:        Netscape: Security Warning
  4863. *leavingSecureDialog*toggle.labelString:    Show this Alert Next Time
  4864. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4865. *leavingSecureDialog.OkLabelString:        Continue Loading
  4866. *leavingSecureDialog.CancelLabelString:        Cancel Loading
  4867. *leavingSecureDialog*toggle.leftOffset:        100
  4868. *leavingSecureDialog.selectionLabelString:\
  4869. You have requested an insecure document. The document and any information\n\
  4870. you send back could be observed by a third party while in transit.\n\
  4871. For more information on security choose Page Info from the View \
  4872. menu.
  4873.  
  4874. *mixedSecurityDialog_popup.title:        Netscape: Security Warning
  4875. *mixedSecurityDialog*toggle.labelString:    Show this Alert Next Time
  4876. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  4877. *mixedSecurityDialog*toggle.leftOffset:        100
  4878. *mixedSecurityDialog.selectionLabelString:\
  4879. You have requested a secure document that contains some insecure \
  4880. information.\n\
  4881.  \n\
  4882. The insecure information will not be shown.\n\
  4883. For more information on security choose Page Info from the View \
  4884. menu.
  4885.  
  4886. *redirectionToInsecureDialog_popup.title:    Netscape: Security Warning
  4887. *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
  4888. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  4889. *redirectionToInsecureDialog.OkLabelString:    Continue Loading
  4890. *redirectionToInsecureDialog.CancelLabelString:    Cancel Loading
  4891. *redirectionToInsecureDialog*toggle.leftOffset:    100
  4892. *redirectionToInsecureDialog.selectionLabelString:\
  4893. Warning! You have requested an insecure document that was\n\
  4894. originally designated a secure document (the location has been\n\
  4895. redirected from a secure to an insecure document). The document\n\
  4896. and any information you send back could be observed by a third\n\
  4897. party while in transit.
  4898.  
  4899. *redirectionToSecureDialog_popup.title:    Netscape: Security Warning
  4900. *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time
  4901. *redirectionToSecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  4902. *redirectionToSecureDialog.OkLabelString:    Continue Loading
  4903. *redirectionToSecureDialog.CancelLabelString:    Cancel Loading
  4904. *redirectionToSecureDialog*toggle.leftOffset:    100
  4905. *redirectionToSecureDialog.selectionLabelString:\
  4906. Warning! Your connection has been redirected to a different\n\
  4907. site. You may not be connected to the site that you originally\n\
  4908. tried to reach.
  4909.  
  4910. *insecurePostFromSecureDocDialog_popup.title:         Netscape: Security Warning
  4911. *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
  4912. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  4913. *insecurePostFromSecureDocDialog.OkLabelString:      Continue Submission
  4914. *insecurePostFromSecureDocDialog.CancelLabelString:  Cancel Submission
  4915. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  4916. *insecurePostFromSecureDocDialog.selectionLabelString:\
  4917. Warning! Although this document is secure, any information you\n\
  4918. submit is insecure and could be observed by a third party while\n\
  4919. in transit. If you are submitting passwords, credit card numbers,\n\
  4920. or other information you would like to keep private, it would be\n\
  4921. safer for you to cancel the submission.
  4922.  
  4923. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: Security Warning
  4924. *insecurePostFromInsecureDocDialog.OkLabelString:     Continue Submission
  4925. *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
  4926. *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
  4927. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  4928. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  4929. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  4930. The information you submit is insecure and could be observed by\n\
  4931. a third party while in transit.  If you are submitting passwords,\n\
  4932. credit card numbers, or other information you would like to keep\n\
  4933. private, it would be safer for you to cancel the submission.
  4934.  
  4935.  
  4936. *licenseDialog_popup.title:            Netscape: License Agreement
  4937. *licenseDialog*label1.labelString:\n\
  4938.  Netscape is licensed software.  Its use is subject to the\n\
  4939.  terms and conditions of the license agreement below.\n
  4940. *licenseDialog*label2.labelString:\n\
  4941.  If you accept the terms of this license agreement,\n\
  4942.  press `Accept.'  Otherwise press `Do Not Accept.'\n
  4943. *licenseDialog*text.columns:            72
  4944. *licenseDialog*text.rows:            23
  4945. *licenseDialog*text.wordWrap:            True
  4946. *licenseDialog*text.scrollHorizontal:        False
  4947. *licenseDialog.accept.labelString:        Accept
  4948. *licenseDialog.reject.labelString:        Do Not Accept
  4949.  
  4950. *printSetup_popup.title:            Netscape: Print
  4951. *printSetup*printToLabel.labelString:        Print To:
  4952. *printSetup*toPrinterToggle.labelString:    Printer
  4953. *printSetup*toFileToggle.labelString:        File
  4954. *printSetup*printCommandLabel.labelString:    Print Command:
  4955. *printSetup*fileNameLabel.labelString:        File Name:
  4956. *printSetup*browseButton.labelString:        Browse...
  4957. *printSetup*printLabel.labelString:        Print:
  4958. *printSetup*firstFirstToggle.labelString:    First Page First
  4959. *printSetup*lastFirstToggle.labelString:    Last Page First
  4960. *printSetup*orientationLabel.labelString:    Orientation:
  4961. *printSetup*portraitToggle.labelString:        Portrait
  4962. *printSetup*landscapeToggle.labelString:    Landscape
  4963. *printSetup*printColorLabel.labelString:    Print:
  4964. *printSetup*greyscaleToggle.labelString:    Greyscale
  4965. *printSetup*colorToggle.labelString:        Color
  4966. *printSetup*paperSizeLabel.labelString:        Paper Size:
  4967. *printSetup*letterToggle.labelString:        Letter (8 1/2 x 11 in.)
  4968. *printSetup*legalToggle.labelString:        Legal (8 1/2 x 14 in.)
  4969. *printSetup*executiveToggle.labelString:    Executive (7 1/2 x 10 in.)
  4970. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  4971. *printSetup*OK.labelString:            Print
  4972. *printSetup*OkLabelString:            Print
  4973. *printSetup*CancelLabelString:            Cancel
  4974. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  4975. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  4976. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  4977. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  4978. *printSetup*lastFirstToggle.leftOffset:        10
  4979. *printSetup*landscapeToggle.leftOffset:        10
  4980. *printSetup*colorToggle.leftOffset:        10
  4981. *printSetup*legalToggle.leftOffset:        10
  4982. *printSetup*a4Toggle.leftOffset:        10
  4983. *printSetup*XmLabel.rightOffset:        10
  4984. *printSetup*XmLabelGadget.rightOffset:        10
  4985. *printSetup*browseButton.marginHeight:        3
  4986. *printSetup*browseButton.marginWidth:        4
  4987. *printSetup*line.topOffset:            4
  4988. *printSetup*printLabel.topOffset:        4
  4989. *printSetup*firstFirstToggle.topOffset:        10
  4990. *printSetup*portraitToggle.topOffset:        10
  4991. *printSetup*greyscaleToggle.topOffset:        10
  4992. *printSetup*letterToggle.topOffset:        10
  4993. !*printSetup_popup*preeditType:            none
  4994.  
  4995. *findDialog_popup.title:            Netscape: Find
  4996. *findDialog*findInLabel.labelString:        Find in:
  4997. *findDialog*msgHeaders.labelString:        Message Headers in This Folder
  4998. *findDialog*msgBody.labelString:        Body of This Message
  4999. *findDialog*msgHeaders.indicatorType:        ONE_OF_MANY
  5000. *findDialog*msgBody.indicatorType:        ONE_OF_MANY
  5001. *findDialog*findLabel.labelString:        Find:
  5002. *findDialog*findLabel.alignment:        ALIGNMENT_END
  5003. *findDialog*caseSensitive.labelString:        Case Sensitive
  5004. *findDialog*backwards.labelString:        Find Backwards
  5005. *findDialog*backwards.leftOffset:        20
  5006. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  5007. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  5008. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  5009. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  5010. *findDialog*OK.labelString:            Find
  5011. *findDialog*OkLabelString:            Find
  5012. *findDialog*Apply.labelString:            Clear
  5013. *findDialog*ApplyLabelString:            Clear
  5014. *findDialog*Cancel.labelString:            Close
  5015. *findDialog*CancelLabelString:            Close
  5016. !*findDialog_popup*preeditType:            overthespot
  5017. ! Bookmark Find dialog shares resources with the main find dialog
  5018. ! Extra resources specific to bookmark find dialog
  5019. *findDialog*lookinLabel.labelString:        Look in:
  5020. *findDialog*nameToggle.labelString:        Name
  5021. *findDialog*locationToggle.labelString:        Location
  5022. *findDialog*descriptionToggle.labelString:    Description
  5023. *findDialog*wordToggle.labelString:        Whole word
  5024. *findDialog*helptext.labelString:        Use Find Again to keep looking.
  5025.  
  5026. ! More resources for the Addressbook find dialog
  5027. *findDialog*nicknameToggle.labelString:        Nick Name
  5028.  
  5029.  
  5030. *openURLDialog_popup.title:            Netscape: Open Page
  5031. !*openURLDialog_popup*preeditType:        none
  5032. *openURLDialog*label.labelString:    \
  5033. Enter the World Wide Web location (URL) or specify\n\
  5034. the local file you would like to open:
  5035. *openURLDialog*choose.labelString:        Choose File...
  5036. *openURLDialog*toolLabel.labelString:        Open location or file in:
  5037. *openURLDialog*browserToggle.labelString:    Navigator
  5038. *openURLDialog*editorToggle.labelString:    Composer
  5039. *openURLDialog*OK.labelString:            Open
  5040. *openURLDialog*OkLabelString:            Open
  5041. *openURLDialog*Apply.labelString:        Clear
  5042. *openURLDialog*ApplyLabelString:        Clear
  5043. *openURLDialog*Cancel.labelString:        Cancel
  5044. *openURLDialog*CancelLabelString:        Cancel
  5045. *openURLDialog*label.alignment:            ALIGNMENT_BEGINNING
  5046. *openURLDialog*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
  5047. *openURLDialog*XmRowColumn.orientation:        VERTICAL
  5048. *openURLDialog*browserToggle.set:        True
  5049. *openURLDialog*XmTextField.columns:        45
  5050. !*openURLDialog.width:                500
  5051. *openURLDialog*openInEditor.labelString: Open In Composer
  5052. *openURLDialog*openInBrowser.labelString: Open In Navigator
  5053.  
  5054. *message_popup.title:            Netscape
  5055. *message_popup*OK.labelString:    OK
  5056. *message_popup*OkLabelString:    OK
  5057.  
  5058. *error_popup.title:            Netscape: Error
  5059.  
  5060. *question_popup.title:            Netscape: Question
  5061. *question_popup*OK.labelString:    OK
  5062. *question_popup*Cancel.labelString:    Cancel
  5063.  
  5064. *prompt_popup.title:            Netscape: Prompt
  5065. *password_popup.title:            Netscape: Password
  5066. *promptSubject_popup.title:        Netscape: Subject Prompt
  5067. *stdout_popup.title:            Netscape: subprocess diagnostics (stdout)
  5068. *stderr_popup.title:            Netscape: subprocess diagnostics (stderr)
  5069. *stdout_stderr_popup.title:     Netscape: subprocess diagnostics (stdout/stderr)
  5070.  
  5071. *citing_popup.title:            Netscape
  5072. *citing_popup*messageString:        \nQuoting...\n
  5073.  
  5074. *printing_popup.title:            Netscape
  5075. *printing_popup*messageString:        \nPrinting...\n
  5076.  
  5077. *deliveringMessage_popup.title:        Netscape
  5078. *deliveringMessage_popup*messageString:    \nDelivering message...\n
  5079.  
  5080. *saving_popup.title:            Netscape
  5081. *saving_popup*messageString:        \nSaving to disk...\n
  5082.  
  5083. *visual_popup.title:            Netscape: Change X Visual
  5084. *visual_popup*listLabelString:        Available Visuals:
  5085.  
  5086. *autoSaveNew.title:          Netscape: Auto Save New Document
  5087. *saveFile_popup.title:          Netscape: Save Document
  5088. *saveNewFile_popup.title:       Netscape: Save New Document
  5089. *markMessagesRead_popup.title:       Mark Messages Read
  5090.  
  5091. *promptSubject_popup*messageString:    \
  5092. You did not give a subject to this message.\n\
  5093. If you would like to provide one, please type it now.
  5094.  
  5095. *dialog*OK.labelString:            OK
  5096. *dialog*clear.labelString:        Clear
  5097. *dialog*Cancel.labelString:        Cancel
  5098. *dialog*userLabel.labelString:        User ID:
  5099. *dialog*passwdLabel.labelString:    Password:
  5100. *dialog*userLabel.alignment:        ALIGNMENT_END
  5101. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  5102. *dialog*dialogform*text.columns:   50
  5103. *dialog*dialogform*pwtext.columns: 50
  5104.  
  5105. *clear.labelString:            Clear
  5106. *cancel.labelString:            Cancel
  5107. *OK.labelString:            OK
  5108.  
  5109. *citationQuery_popup.title:        Citation Style Question
  5110. *citationQuery.selectionLabelString:    \n\
  5111. You have quoted an entire document instead of attaching it.\n\
  5112.  \n\
  5113. You could, instead, attach the document and it would be\n\
  5114. appended to the message, without a `>' at the beginning\n\
  5115. of each line. This would make it easier for recipients\n\
  5116. to save and use this document.\n\
  5117.  \n\
  5118. Would you like to send this document as an attachment?\n
  5119.  
  5120. *citationQuery*OK.labelString:        Send as\nText Attachment
  5121. *citationQuery*OkLabelString:        Send as\nText Attachment
  5122. *citationQuery*Apply.labelString:    Send as\nQuoted
  5123. *citationQuery*ApplyLabelString:    Send as\nQuoted
  5124. *citationQuery*Cancel.labelString:    Cancel
  5125. *citationQuery*CancelLabelString:    Cancel
  5126.  
  5127. *doubleCitationQuery_popup.title:    Citation Style Question
  5128. *doubleCitationQuery.selectionLabelString:    \n\
  5129. You have (probably inadvertently) included the same document twice:\n\
  5130. first as a citation (meaning: with `>' at the beginning of each line) and\n\
  5131. then as an attachment (meaning: as a second part of the message,\n\
  5132. included after your new text.)\n\
  5133.  \n\
  5134. Would you like to send an attached document or a quoted document?
  5135.  
  5136. *doubleCitationQuery*OK.labelString:    Send as\nText Attachment
  5137. *doubleCitationQuery*OkLabelString:    Send as\nText Attachment
  5138. *doubleCitationQuery*Apply.labelString:    Send as\nQuoted
  5139. *doubleCitationQuery*ApplyLabelString:    Send as\nQuoted
  5140. *doubleCitationQuery*Cancel.labelString:Cancel
  5141. *doubleCitationQuery*CancelLabelString:    Cancel
  5142.  
  5143. *streamingAudioQuery_popup.title:    Audio Question
  5144. *streamingAudioQuery.selectionLabelString:    \
  5145. Would you like to play the data to the external viewer as it comes\n\
  5146. from the network, or save to a file and then play from the file?
  5147. *streamingAudioQuery*OK.labelString:    Play from Network
  5148. *streamingAudioQuery*OkLabelString:    Play from Network
  5149. *streamingAudioQuery*Apply.labelString:    Save First
  5150. *streamingAudioQuery*ApplyLabelString:    Save First
  5151. *streamingAudioQuery*Cancel.labelString:Cancel
  5152. *streamingAudioQuery*CancelLabelString:    Cancel
  5153.  
  5154. *fileSelector*filterLabelString:    Filter
  5155. *fileSelector*dirListLabelString:    Directories
  5156. *fileSelector*fileListLabelString:    Files
  5157. *fileSelector*OkLabelString:    OK
  5158. *fileSelector*ApplyLabelString:    Filter
  5159. *fileSelector*CancelLabelString:    Cancel
  5160. *fileSelector.Selection.labelString:    Selection
  5161. *fileSelector.pattern:            *.html
  5162. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  5163. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  5164. *fileSelector*formatType.labelString:    Format for Saved Document:
  5165. !*fileSelector_popup*preeditType:    overthespot
  5166.  
  5167. *fileBrowser_popup.title:        Netscape: File Browser
  5168. *fileBrowser*filterLabelString:        Filter
  5169. *fileBrowser*dirListLabelString:        Directories
  5170. *fileBrowser*fileListLabelString:        Files
  5171. *fileBrowser*Selection.labelString:        Selection
  5172. *fileBrowser*OkLabelString:        OK
  5173. *fileBrowser*ApplyLabelString:        Filter
  5174. *fileBrowser*CancelLabelString:        Cancel
  5175. *fileBrowser*HelpLabelString:        Help
  5176. *fileBrowser*encodingFrame*optionMenu.labelString: File Type:
  5177. *fileBrowser*encodingFrame*attachAutoDetect.labelString: Auto Detect
  5178. *fileBrowser*encodingFrame*attachBinary.labelString: Binary
  5179.  
  5180.  
  5181. *formSubmitButton.labelString:        Submit
  5182. *formResetButton.labelString:        Reset
  5183. *formButton.labelString:        Monkey Brains
  5184. *formFileBrowseButton.labelString:    Browse...
  5185.  
  5186. ! Bookmarks popup menu. It has the same name as the main popup menu
  5187. ! and hence shares the rest of the resources.
  5188. *bookmarks*popup.title.labelString:        Bookmarks
  5189. *bookmarks*popup*newFolder.labelString: New Folder...
  5190. *bookmarks*popup.saveURL.acceleratorText:
  5191.  
  5192. *titleSeparator.separatorType:            XmDOUBLE_LINE
  5193.  
  5194. ! Bookmarks edit properties window.
  5195. !
  5196. *bookmarkProps_popup*title:            Netscape: Bookmark Properties
  5197. *bookmarkProps*nameLabel.labelString:        Name:
  5198. *bookmarkProps*nameLabel.alignment:        ALIGNMENT_END
  5199. *bookmarkProps*locationLabel.labelString:    Location:
  5200. *bookmarkProps*locationLabel.alignment:        ALIGNMENT_END
  5201. *bookmarkProps*descriptionLabel.labelString:    Description:
  5202. *bookmarkProps*descriptionLabel.alignment:    ALIGNMENT_END
  5203. *bookmarkProps*lastvisitedLabel.labelString:    Last Visited:
  5204. *bookmarkProps*lastvisitedLabel.alignment:    ALIGNMENT_END
  5205. *bookmarkProps*addedonLabel.labelString:    Added On:
  5206. *bookmarkProps*addedonLabel.alignment:        ALIGNMENT_END
  5207. *bookmarkProps*descriptionText.topOffset:    8
  5208. *bookmarkProps*descriptionText.columns:        40
  5209. *bookmarkProps*descriptionText.rows:        5
  5210. *bookmarkProps*aliasButton.labelString:        Select Aliases
  5211.  
  5212. !
  5213. ! Address Book
  5214. !
  5215. *AddressBook*mainform.width:            760
  5216. *AddressBook*mainform.height:            400
  5217. *AddressBook*menuBar.Item.labelString:        Item
  5218. *AddressBook*addUser.labelString:        Add User...
  5219. *AddressBook*addUser.mnemonic:            U
  5220. *AddressBook*addList.labelString:        Add List...
  5221. *AddressBook*addList.mnemonic:            L
  5222. *AddressBook*properties.labelString:        Properties
  5223. *AddressBook*properties.mnemonic:        P
  5224. *AddressBook*queryLabel.labelString:        Type the name you are looking for:
  5225. *AddreMsgWin*toBtn.labelString:                 To:
  5226. !*AddreMsgWin*toBtn.mnemonic:                    T
  5227. *AddreMsgWin*ccBtn.labelString:                 CC:
  5228. !*AddreMsgWin*ccBtn.mnemonic:                    C
  5229. *AddreMsgWin*bccBtn.labelString:                  BCC:
  5230. !*AddreMsgWin*bccBtn.mnemonic:                    B
  5231. *AddreMsgWin*removeBtn.labelString:               Remove
  5232. *AddreMsgWin*addToAddressBtn.labelString:       Add to Address Book
  5233. *AddreMsgWin*propertiesBtn.labelString:         Properties
  5234. *AddreMsgWin*delBtn.labelString:                 Delete
  5235. !*AddreMsgWin*addToAddressBtn.mnemonic:           A
  5236. *AddressBook*dirLabel.labelString:        in:
  5237. *AddressBook*searchBtn.labelString:        Search
  5238. *AddressBook*helpBar.height:            10
  5239. *AddressBook*outline.Name:            Name
  5240. *AddressBook*outline.Nick:            Nickname
  5241. *AddressBook*outline.Secure:            Secure
  5242. *AddressBook*outline.HTML:            HTML
  5243. *AddressBook*mainform.fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5244.  
  5245. ! The mail compose window part of addr book
  5246. *mc_queryLabel.labelString:    Type the name you are looking for:
  5247. *mc_dirLabel.labelString:    in:
  5248. *mc_searchBtn.labelString:    Search
  5249. *mc_tobtn.labelString:        To:
  5250. *mc_ccbtn.labelString:        Cc:
  5251. *mc_bccbtn.labelString:        Bcc:
  5252. *mc_okbtn.labelString:        OK
  5253. *mc_cancelbtn.labelString:    Cancel
  5254.  
  5255. ! Address Book popup menu. It has the same name as the main popup menu
  5256. ! and hence shares the rest of the resources.
  5257. *AddressBook*popup.title.labelString:            Address Book
  5258. *AddressBook*popup.titleSeparator.separatorType:    XmDOUBLE_LINE
  5259.  
  5260.  
  5261. !
  5262. ! Download
  5263. !
  5264. *Download*downloadURLLabel.labelString:            Source:
  5265. *Download*downloadFileLabel.labelString:        Destination:
  5266. *Download*stopLoading.labelString:                Stop
  5267. *Download*downloadURLLabel.alignment:            ALIGNMENT_END
  5268. *Download*downloadFileLabel.alignment:            ALIGNMENT_END
  5269.  
  5270. *Download*downloadURLLabel.topOffset:            10
  5271. *Download*downloadURLLabel.leftOffset:            10
  5272. *Download*downloadURLValue.columns:            45
  5273. *Download*downloadURLValue.editable:            False
  5274. *Download*downloadURLValue.cursorPositionVisible:    False
  5275. *Download*downloadURLValue.leftOffset:            10
  5276. *Download*downloadURLValue.rightOffset:            10
  5277.  
  5278. *Download*downloadFileLabel.topOffset:            5
  5279. *Download*downloadFileLabel.leftOffset:            10
  5280. *Download*downloadFileLabel.bottomOffset:        15
  5281. *Download*downloadFileValue.columns:            45
  5282. *Download*downloadFileValue.editable:            False
  5283. *Download*downloadFileValue.cursorPositionVisible:    False
  5284. *Download*downloadFileValue.leftOffset:            10
  5285. *Download*downloadFileValue.rightOffset:        10
  5286.  
  5287. *Download*logo.topOffset:                    15
  5288. *Download*logo.rightOffset:                    10
  5289. *Download*cancel.marginWidth:                15
  5290. *Download*cancel.marginHeight:                10
  5291. *Download*cancel.topOffset:                    20
  5292. *Download*cancel.bottomOffset:                10
  5293.  
  5294.  
  5295. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  5296. ! On SGIs, not having the class will cause the default SGI colors to
  5297. ! be used instead of the ones specified here.  With VUE, the behavior
  5298. ! is even worse - if we're using a non-default visual (for example, if
  5299. ! we have requested a 24-bit TrueColor visual instead of the default
  5300. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  5301. ! the default visual, and give us colors allocated from the wrong
  5302. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  5303. !
  5304. ! (Note: if you comment this stuff out in an attempt to let the current
  5305. ! "scheme" override things, you'll find that the colors of the toolbar
  5306. ! icons and the colors of form elements (like option menus) will get
  5307. ! messed up.)
  5308. !Netscape*background:            #B2B2B2
  5309. Netscape*foreground:            Black
  5310. Netscape*background:            #C0C0C0
  5311.  
  5312. *textBackground:            #FFFFFF
  5313.  
  5314. ! All but SGI: Set reasonable Text and List colors.
  5315. ! SGI uses the default IRIX scheme colors.
  5316. !Netscape*XmTextField.foreground:        Black
  5317. !Netscape*XmText.foreground:        Black
  5318. !Netscape*XmList.foreground:        Black
  5319. !Netscape*XmTextField.background:        #FFFFFF
  5320. !Netscape*XmText.background:        #FFFFFF
  5321. !Netscape*XmList.background:        #FFFFFF
  5322.  
  5323. ! On SGI, the IRIX scheme colors will override these resources,
  5324. ! but we need to specify them for SGI users who turn off schemes.
  5325. ! Resource color values must match the 'NOTSGI' values above.
  5326. *XmTextField.foreground:    Black
  5327. *XmText.foreground:        Black
  5328. *XmList.foreground:        Black
  5329. *XmTextField.background:    #FFFFFF
  5330. *XmText.background:        #FFFFFF
  5331. *XmList.background:        #FFFFFF
  5332.  
  5333. ! Colors of the outline lists used in mail and news windows.
  5334. Netscape*XmLGrid.foreground:        #000000
  5335. Netscape*XmLGrid.background:        #C0C0C0
  5336. !Netscape*XmLGrid.selectBackground:    #FFFFCC
  5337.  
  5338.  
  5339. ! Turn off borders in XmLFolder widgets.
  5340. Netscape*XmLFolder.highlightThickness: 0
  5341.  
  5342. ! Colors of the "Secure Document" bar.
  5343. !*secureDocumentColor:            #0000BF
  5344. !*insecureDocumentColor:            #0C0C0C
  5345.  
  5346. ! Default for all buttons
  5347. Netscape*XmPushButton*shadowThickness:    2
  5348. Netscape*XmPushButtonGadget*shadowThickness: 2
  5349.  
  5350. ! And for option menus:
  5351. Netscape*XmCascadeButton.shadowThickness: 2
  5352. Netscape*XmCascadeButtonGadget.shadowThickness: 2
  5353.  
  5354. !!
  5355. !! *logo
  5356. !!
  5357. *logo.animationInterval:        150
  5358. *logo.marginBottom:                0
  5359. *logo.marginLeft:                0
  5360. *logo.marginRight:                0
  5361. *logo.marginTop:                0
  5362. *logo.shadowThickness:            1
  5363. *logo.documentationString:        Silicon Graphics, Inc. home page
  5364. *logo.tipString:                Go to SGI
  5365.  
  5366. *historyMenuBox.marginHeight:    0
  5367. *historyMenuBox.marginWidth:    0
  5368.  
  5369. *characterToolbarFrame.leftOffset:    2
  5370. *paragraphToolbarFrame.leftOffset:    2
  5371. *composeToolbarFrame.leftOffset:    2
  5372.  
  5373. *topPane.shadowThickness:        2
  5374. *bottomPane.shadowThickness:        2
  5375. *topPane.shadowType:            SHADOW_IN
  5376. *bottomPane.shadowType:            SHADOW_IN
  5377.  
  5378. ! Go ahead, try and figure out why some of these need to be on the
  5379. ! _popup version, and some need to be one level deeper.  I dare you.
  5380. !*dialog.width:                500
  5381. !*history.width:            500
  5382. !*mailto.width:                500
  5383. !*cache_popup.width:            500
  5384. *userConfig_popup.width:        500
  5385. *userConfig.width:            500
  5386. *fileSelector.width:            500
  5387. *fileBrowser.width:            500
  5388.  
  5389. ! I had to hardcode this in the C code - doesn't work from here...
  5390. !*history_popup.allowShellResize:    False
  5391.  
  5392. ! Get rid of all navigation; it's totally broken for Paned windows,
  5393. ! and for the form widgets under the drawingArea.
  5394. *highlightThickness:            0
  5395. *navigationType:            NONE
  5396.  
  5397. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  5398. ! in all non-popups, but I don't think there's a way to specify that...)
  5399. *XmDialogShell*highlightThickness:    2
  5400. *XmDialogShell*navigationType:        TAB_GROUP
  5401.  
  5402. ! Mail compose needs TAB_GROUP
  5403. !*Composition*form.navigationType:       TAB_GROUP
  5404. *mailcompose_container*XmText.navigationType:           TAB_GROUP
  5405. *mailcompose_container*XmTextField.navigationType:      TAB_GROUP
  5406.  
  5407. ! Uh, and turn it on only in text fields of forms.
  5408. ! But of course this doesn't work quite right.
  5409. *drawingArea*XmText.navigationType:    TAB_GROUP
  5410. *drawingArea*XmTextField.navigationType:TAB_GROUP
  5411.  
  5412. ! Sorry, things don't display properly if you configure Netscape to put its
  5413. ! scrollbars on the left or top of the document area.
  5414. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  5415.  
  5416. ! Put scrollbars right next to text fields in forms (and lists).
  5417. *drawingArea*XmScrolledWindow.spacing:            0
  5418.  
  5419. ! Do not under any circumstances change the following line:
  5420. Netscape.version:         4.51
  5421.  
  5422.  
  5423. ! ============================================================================
  5424. ! Fonts in the widgets.
  5425. ! These fonts are all down in Motif land, and thus are not controlled by the
  5426. ! font selector on the Preferences dialog.  That applies only to fonts in
  5427. ! the document display area.
  5428. ! ============================================================================
  5429. !
  5430. *fontList:            -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5431.  
  5432. *XmTextField.fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5433. *XmText.fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5434. *XmList*fontList:        -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5435.  
  5436. ! SGI default:
  5437. !*menuBar*fontList:        -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
  5438. ! Sensible default:
  5439. !*menuBar*fontList:        -*-lucida-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5440.  
  5441. *menuBar*historyTruncated.fontList:\
  5442.                 -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
  5443. *popup*fontList:        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  5444.  
  5445. !*topArea*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5446. !*topArea*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5447. !*topArea*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5448.  
  5449. !*bookmark*fontList:          -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5450. !*bookmark*fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5451. !*bookmark*selectedLabel.fontList:\
  5452.                   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5453. !*bookmark*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5454. !*bookmark*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5455.  
  5456. *docinfoButton.fontList:      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5457. *mailto*urlLabel.fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  5458.  
  5459. *licenseDialog*text.fontList:    -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5460.  
  5461. ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
  5462. ! and Address Book windows.  (Note that there can't be any whitespace after
  5463. ! the commas.)
  5464.  
  5465. ! For non-SUN platforms, user can accept font size to be 10 pt on the message list
  5466. Netscape*XmLGrid*fontList:\
  5467. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  5468. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  5469. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  5470.  
  5471. ! For SUN platforms, user wants default font size to be 12 pt on the message list to be readable
  5472. !Netscape*XmLGrid*fontList:\
  5473. -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\
  5474. -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD,\
  5475. -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*=ITALIC
  5476.  
  5477. ! Font for the Mail/News banner
  5478. ! For non-SUN platforms, user can accept font size to be 10 pt to be default on the message list
  5479. Netscape*banner*folderDropdown*XmLabel.fontList: -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-*
  5480. Netscape*banner*folderDropdown*fontList:\
  5481. -adobe-courier-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  5482. -adobe-courier-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD
  5483.  
  5484. Netscape*banner*title.fontList:        -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*
  5485. Netscape*banner*subtitle.fontList:    -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
  5486. Netscape*banner*info.fontList:    -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*
  5487.  
  5488. ! For SUN platforms, user wants default font size to be 12 pt on the message list to be readable
  5489. !Netscape*banner*folderDropdown*XmLabel.fontList: -adobe-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5490. !Netscape*banner*folderDropdown*.fontList:\
  5491. -adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\
  5492. -adobe-courier-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD
  5493.  
  5494. !Netscape*banner*title.fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  5495. !Netscape*banner*subtitle.fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5496. !Netscape*banner*info.fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5497.  
  5498. *banner*folderDropdown*shadowThickness: 1
  5499. ! Font for the Thread window expando flippy label
  5500. *arrowlabel.fontList:        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5501.  
  5502. ! Font for the attachment panel icon label
  5503. ! need class name to defeat *sgiMode
  5504. Netscape*attachItemLabel*fontList:    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5505.  
  5506. ! This is the default charset for the View | Character Set menu.
  5507. ! The following values have special meanings:
  5508. !   iso-2022-jp: Japanese (Auto-Detect)
  5509. !   iso-2022-kr: Korean (Auto-Detect)
  5510. !
  5511. *defaultCharset:    iso-8859-1
  5512. !*defaultCharset:    iso-8859-2
  5513. !*defaultCharset:    windows-1250
  5514. !*defaultCharset:    iso-2022-jp
  5515. !*defaultCharset:    shift_jis
  5516. !*defaultCharset:    euc-jp
  5517. !*defaultCharset:    big5
  5518. !*defaultCharset:    x-euc-tw
  5519. !*defaultCharset:    gb2312
  5520. !*defaultCharset:    iso-2022-kr
  5521. !*defaultCharset:    iso-8859-5
  5522. !*defaultCharset:    koi8-r
  5523. !*defaultCharset:    windows-1251
  5524. !*defaultCharset:    iso-8859-7
  5525. !*defaultCharset:    windows-1253
  5526. !*defaultCharset:    iso-8859-9
  5527. !*defaultCharset:    utf-8
  5528. !*defaultCharset:    utf-7
  5529.  
  5530.  
  5531.  
  5532. ! ============================================================================
  5533. ! Fonts used in the display area.
  5534. ! ============================================================================
  5535.  
  5536.  
  5537. ! Default fonts for various charsets, prop(ortional) and fixed.
  5538. !
  5539. ! Format is foundry-family-pointsize-scaling.
  5540. ! Pointsize is in tenths of a point.
  5541. ! Scaling is either "scale" or "noscale".
  5542. !
  5543. ! These are only used the first time you start up.
  5544. ! After that, the preferences file is used.
  5545. ! The "Defaults" button in the Preferences dialog will revert to these.
  5546. !
  5547. *documentFonts.defaultFont*iso-8859-1.prop:    adobe-times-120-noscale
  5548. *documentFonts.defaultFont*iso-8859-1.fixed:    adobe-courier-100-noscale
  5549.  
  5550. *documentFonts.defaultFont*UTF-8.prop:    nsPseudoFont-times-120-noscale
  5551. *documentFonts.defaultFont*UTF-8.fixed:    nsPseudoFont-courier-100-noscale
  5552.  
  5553.  
  5554. ! This table maps weight/slant pairs to bold/italic/boldItalic/normal
  5555. !
  5556. *documentFonts.face*-:            normal
  5557. *documentFonts.face*bold-i:        boldItalic
  5558. *documentFonts.face*bold-o:        boldItalic
  5559. *documentFonts.face*bold-r:        bold
  5560. *documentFonts.face*book-o:        italic
  5561. *documentFonts.face*book-r:        normal
  5562. *documentFonts.face*demi-i:        boldItalic
  5563. *documentFonts.face*demi-o:        boldItalic
  5564. *documentFonts.face*demi-r:        bold
  5565. *documentFonts.face*demibold-i:        boldItalic
  5566. *documentFonts.face*demibold-r:        bold
  5567. *documentFonts.face*light-i:        italic
  5568. *documentFonts.face*light-r:        normal
  5569. *documentFonts.face*medium-i:        italic
  5570. *documentFonts.face*medium-o:        italic
  5571. *documentFonts.face*medium-r:        normal
  5572. *documentFonts.face*medium-roman:    normal
  5573. *documentFonts.face*normal-i:        italic
  5574. *documentFonts.face*normal-r:        normal
  5575. *documentFonts.face*regular-i:        italic
  5576. *documentFonts.face*regular-r:        normal
  5577. *documentFonts.face*roman-r:        normal
  5578. *documentFonts.face*w3-r:        normal
  5579. *documentFonts.face*w3h-r:        normal
  5580. *documentFonts.face*w4-r:        normal
  5581. *documentFonts.face*w5-r:        normal
  5582. *documentFonts.face*w9-r:        normal
  5583.  
  5584.  
  5585. ! This table maps XLFD family names to nice family names
  5586. !
  5587. *documentFonts.family*djb:            DJB
  5588. *documentFonts.family*haebfix:            Haeberli Fixed
  5589. *documentFonts.family*itc avant garde gothic:    ITC Avant Garde Gothic
  5590. *documentFonts.family*itc bookman:        ITC Bookman
  5591. *documentFonts.family*itc zapf chancery:    ITC Zapf Chancery
  5592. *documentFonts.family*itc zapf dingbats:    ITC Zapf Dingbats
  5593. *documentFonts.family*lucidatypewriter:        Lucida Typewriter
  5594.  
  5595.  
  5596. ! This table maps XLFD foundry names to nice foundry names
  5597. !
  5598. *documentFonts.foundry*b&h:    B&H
  5599. *documentFonts.foundry*dec:    DEC
  5600. *documentFonts.foundry*hku:    HKU
  5601. *documentFonts.foundry*sgi:    SGI
  5602. *documentFonts.foundry*nsPseudoFont:    NSPseudoFonts
  5603.  
  5604.  
  5605. ! This table maps MIME charsets to language groups
  5606. !
  5607. *documentFonts.charsetlang*gb_2312-80:            Simplified Chinese
  5608. *documentFonts.charsetlang*iso-8859-1:            Western
  5609. *documentFonts.charsetlang*iso-8859-2:            Central European
  5610. *documentFonts.charsetlang*iso-8859-5:            Cyrillic
  5611. *documentFonts.charsetlang*iso-8859-7:            Greek
  5612. *documentFonts.charsetlang*iso-8859-9:            Turkish
  5613. *documentFonts.charsetlang*jis_x0201:            Japanese
  5614. *documentFonts.charsetlang*jis_x0208-1983:        Japanese
  5615. *documentFonts.charsetlang*jis_x0212-1990:        Japanese
  5616. *documentFonts.charsetlang*koi8-r:            Cyrillic
  5617. *documentFonts.charsetlang*ks_c_5601-1987:        Korean
  5618. *documentFonts.charsetlang*x-cns11643-1110:        Traditional Chinese
  5619. *documentFonts.charsetlang*x-cns11643-1:        Traditional Chinese
  5620. *documentFonts.charsetlang*x-cns11643-2:        Traditional Chinese
  5621. *documentFonts.charsetlang*x-gb2312-11:            Simplified Chinese
  5622. *documentFonts.charsetlang*x-jisx0208-11:        Japanese
  5623. *documentFonts.charsetlang*x-ksc5601-11:        Korean
  5624. *documentFonts.charsetlang*x-x-big5:            Traditional Chinese
  5625. *documentFonts.charsetlang*unicode-2-0:            Unicode
  5626.  
  5627.  
  5628. ! This table maps X11 font charsets to MIME charsets
  5629. !
  5630. *documentFonts.charset*-:                    x-ignore
  5631. *documentFonts.charset*-ascii:                    x-ignore
  5632. *documentFonts.charset*-dingbats:                x-ignore
  5633. *documentFonts.charset*-hiragana:                x-ignore
  5634. *documentFonts.charset*-ibm pc:                    x-ignore
  5635. *documentFonts.charset*-katakana:                x-ignore
  5636. *documentFonts.charset*-roman:                    x-ignore
  5637. *documentFonts.charset*-symbol:                    x-ignore
  5638. *documentFonts.charset*78-h:                    x-ignore
  5639. *documentFonts.charset*78.euc-h:                x-ignore
  5640. *documentFonts.charset*add-h:                    x-ignore
  5641. *documentFonts.charset*adobe.cns1-0:                x-ignore
  5642. *documentFonts.charset*adobe.gb1-0:                x-ignore
  5643. *documentFonts.charset*adobe.japan1-0:                x-ignore
  5644. *documentFonts.charset*adobe.japan1-1:                x-ignore
  5645. *documentFonts.charset*adobe.japan1-2:                x-ignore
  5646. *documentFonts.charset*adobe.japan2-0:                x-ignore
  5647. *documentFonts.charset*adobe.korea1-0:                x-ignore
  5648. *documentFonts.charset*big5-0:                    x-x-big5
  5649. *documentFonts.charset*big5.et-0:                x-x-big5
  5650. *documentFonts.charset*big5.et.ext-0:                x-x-big5
  5651. *documentFonts.charset*big5.etext-0:                x-x-big5
  5652. *documentFonts.charset*big5.hku-0:                x-x-big5
  5653. *documentFonts.charset*big5.hku-1:                x-x-big5
  5654. *documentFonts.charset*big5.pc-0:                x-x-big5
  5655. *documentFonts.charset*big5.shift-0:                x-x-big5
  5656. *documentFonts.charset*cmr.sun-fontspecific:            x-ignore
  5657. *documentFonts.charset*cns11643-0:                x-cns11643-1
  5658. *documentFonts.charset*cns11643-1:                x-cns11643-2
  5659. *documentFonts.charset*cns11643.1986-1:                x-cns11643-1
  5660. *documentFonts.charset*cns11643.1986-2:                x-cns11643-2
  5661. *documentFonts.charset*cns11643.1992-1:                x-cns11643-1
  5662. *documentFonts.charset*cns11643.1992-2:                x-cns11643-2
  5663. *documentFonts.charset*cns11643.1992.1-0:            x-cns11643-1
  5664. *documentFonts.charset*cns11643.1992.2-0:            x-cns11643-2
  5665. *documentFonts.charset*dec-decctrl:                x-ignore
  5666. *documentFonts.charset*dec-decksroman:                x-ignore
  5667. *documentFonts.charset*dec-decmath_extension:            x-ignore
  5668. *documentFonts.charset*dec-decmath_italic:            x-ignore
  5669. *documentFonts.charset*dec-decmath_symbol:            x-ignore
  5670. *documentFonts.charset*dec-decsuppl:                x-ignore
  5671. *documentFonts.charset*dec-dectech:                x-ignore
  5672. *documentFonts.charset*dec-drcs:                x-ignore
  5673. *documentFonts.charset*dec-fontspecific:            x-ignore
  5674. *documentFonts.charset*dec.cns11643.1986-2:            x-cns11643-1110
  5675. *documentFonts.charset*dec.cns11643.1986-udc:            x-ignore
  5676. *documentFonts.charset*dec.dtscs.1990-2:            x-ignore
  5677. *documentFonts.charset*euc-h:                    x-ignore
  5678. *documentFonts.charset*ext-h:                    x-ignore
  5679. *documentFonts.charset*gb2312.1980-0:                gb_2312-80
  5680. *documentFonts.charset*gb2312.1980-1:                x-gb2312-11
  5681. *documentFonts.charset*gb2312.1980-udc:                x-ignore
  5682. *documentFonts.charset*hojo-h:                    x-ignore
  5683. *documentFonts.charset*hp-japanese15:                x-ignore
  5684. *documentFonts.charset*hp-japaneseeuc:                x-ignore
  5685. *documentFonts.charset*hp-roman8:                x-ignore
  5686. *documentFonts.charset*hpbig5-:                    x-x-big5
  5687. *documentFonts.charset*ibm-850:                    x-ignore
  5688. *documentFonts.charset*ibm-fontspecific:            x-ignore
  5689. *documentFonts.charset*ibm-ibmcs01007ext:            x-ignore
  5690. *documentFonts.charset*ibm-special:                x-ignore
  5691. *documentFonts.charset*ibm-udcjp:                x-ignore
  5692. *documentFonts.charset*iso646.1991-irv:                x-ignore
  5693. *documentFonts.charset*iso8859-1:                iso-8859-1
  5694. *documentFonts.charset*iso8859-2:                iso-8859-2
  5695. *documentFonts.charset*iso8859-3:                x-ignore
  5696. *documentFonts.charset*iso8859-4:                x-ignore
  5697. *documentFonts.charset*iso8859-5:                iso-8859-5
  5698. *documentFonts.charset*iso8859-6:                x-ignore
  5699. *documentFonts.charset*iso8859-7:                iso-8859-7
  5700. *documentFonts.charset*iso8859-8:                x-ignore
  5701. *documentFonts.charset*iso8859-9:                iso-8859-9
  5702. *documentFonts.charset*iso8859-adobe:                x-ignore
  5703. *documentFonts.charset*itc zapf dingbats.adobe-fontspecific:    x-ignore
  5704. *documentFonts.charset*itc zapfdingbats.sun-fontspecific:    x-ignore
  5705. *documentFonts.charset*jisx0201-romankana:            x-ignore
  5706. *documentFonts.charset*jisx0201.1976-0:                jis_x0201
  5707. *documentFonts.charset*jisx0201.1976-1:                jis_x0201
  5708. *documentFonts.charset*jisx0208-kanji00:            x-ignore
  5709. *documentFonts.charset*jisx0208-kanji11:            x-ignore
  5710. *documentFonts.charset*jisx0208.1983-0:                jis_x0208-1983
  5711. *documentFonts.charset*jisx0208.1983-1:                x-jisx0208-11
  5712. *documentFonts.charset*jisx0208.1990-0:                jis_x0208-1983
  5713. *documentFonts.charset*jisx0212.1990-0:                jis_x0212-1990
  5714. *documentFonts.charset*jisx0212.1990-ocmp.1992:            jis_x0212-1990
  5715. *documentFonts.charset*koi8-1:                    koi8-r
  5716. *documentFonts.charset*koi8-r:                    koi8-r
  5717. *documentFonts.charset*ks-roman:                x-ignore
  5718. *documentFonts.charset*ksc5601.1987-0:                ks_c_5601-1987
  5719. *documentFonts.charset*ksc5601.1987-1:                x-ksc5601-11
  5720. *documentFonts.charset*misc-fontspecific:            x-ignore
  5721. *documentFonts.charset*necjisx0208.1983-0:            x-ignore
  5722. *documentFonts.charset*novanet-1:                x-ignore
  5723. *documentFonts.charset*nwp-h:                    x-ignore
  5724. *documentFonts.charset*pimai.adobe-fontspecific:        x-ignore
  5725. *documentFonts.charset*rksj-h:                    x-ignore
  5726. *documentFonts.charset*screen.sun-fontspecific:            x-ignore
  5727. *documentFonts.charset*sgi-fontspecific:            x-ignore
  5728. *documentFonts.charset*shiftjis-0:                x-ignore
  5729. *documentFonts.charset*sunolcursor-1:                x-ignore
  5730. *documentFonts.charset*sunolglyph-1:                x-ignore
  5731. *documentFonts.charset*symbol.adobe-fontspecific:        x-ignore
  5732. *documentFonts.charset*symbol.sun-fontspecific:            x-ignore
  5733. *documentFonts.charset*tis620.2533-1:                x-ignore
  5734. *documentFonts.charset*ucs2.cjk-rest:                x-ignore
  5735. *documentFonts.charset*ucs2.cns11643.1986-1:            x-ignore
  5736. *documentFonts.charset*ucs2.cns11643.1986-2:            x-ignore
  5737. *documentFonts.charset*ucs2.gb2312.1980-0:            x-ignore
  5738. *documentFonts.charset*ucs2.ibm-udccn:                x-ignore
  5739. *documentFonts.charset*wp-symbol:                x-ignore
  5740. *documentFonts.charset*zapfdingbats.adobe-fontspecific:        x-ignore
  5741.  
  5742.  
  5743. ! There are 7 font sizes, 1 thru 7.  The default font is 3, and the others
  5744. ! are based on this.  The default increment is 20%, which means that the 4
  5745. ! is 20% larger than the 3, the 5 is 40% larger, and so on.
  5746. !
  5747. *documentFonts.sizeIncrement:    20
  5748.  
  5749. ! Maximum size to scale fonts, in points.
  5750. *documentFonts.maximumPoints: 200
  5751.  
  5752. ! CSS-1 generic font family mapping
  5753. ! to change the defaults, uncomment and give a different family name
  5754. ! *documentFonts.generic.serif: times
  5755. ! *documentFonts.generic.sans-serif: helvetica
  5756. ! *documentFonts.generic.cursive: itc zapf chancery
  5757. ! *documentFonts.generic.fantasy: new century schoolbook
  5758. ! *documentFonts.generic.monospace: courier
  5759.  
  5760. ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
  5761. ! same fonts in their font path, and, to make matters even worse, they have
  5762. ! the 75 before the 100 even if their monitor is around 100 DPI.  The
  5763. ! following is provided so that these people can hack their fonts without
  5764. ! having to correct their font path.
  5765. !
  5766. ! To correct your font path, take a look at
  5767. !   http://home.netscape.com/assist/support/client/tn/unix/10305.html
  5768. ! which is a Technical Note linked from Help->Frequently Asked Questions.
  5769. !
  5770. ! The last part of the left hand side (iso-8859-1) is the MIME charset
  5771. ! corresponding to the X11 font charset (see above).
  5772. !
  5773. ! To use e.g. 100 DPI fonts, change the final "*" to "100".
  5774. !
  5775. *documentFonts.xResolution*iso-8859-1:    *
  5776. *documentFonts.yResolution*iso-8859-1:    *
  5777.  
  5778.  
  5779. ! ============================================================================
  5780. ! Fonts used for printing.
  5781. ! ============================================================================
  5782. !
  5783. ! psname  is the full PostScript font name
  5784. ! pscode  is the character encoding used in the PostScript font
  5785. ! pswidth is the PostScript width per character, only useful for "square"
  5786. !         fonts such as those found in East Asia
  5787.  
  5788.  
  5789. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  5790. ! and cannot be changed.
  5791. !
  5792. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  5793. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  5794. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  5795. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  5796. !*documentFonts.latin1.fixed.normal*psname:        Courier
  5797. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  5798. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  5799. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  5800. !*documentFonts.latin1*pscode:                iso-8859-1
  5801. !*documentFonts.latin1*pswidth:                *
  5802.  
  5803.  
  5804. ! Netscape does not differentiate between variable and fixed, and between
  5805. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  5806. !
  5807. ! The charset fields are the charset names corresponding to the available
  5808. ! locales (e.g. for Japan, that would be euc-jp and shift_jis).
  5809. !
  5810. *documentFonts.euc-jp*psname:        Ryumin-Light-RKSJ-H
  5811. *documentFonts.euc-jp*pscode:        shift_jis
  5812. *documentFonts.euc-jp*pswidth:        1000
  5813. *documentFonts.euc-jp*psascent:        950
  5814.  
  5815. *documentFonts.shift_jis*psname:    Ryumin-Light-RKSJ-H
  5816. *documentFonts.shift_jis*pscode:    shift_jis
  5817. *documentFonts.shift_jis*pswidth:    1000
  5818. *documentFonts.shift_jis*psascent:    950
  5819.  
  5820. *documentFonts.EUC-KR*psname:        SMgoJ
  5821. *documentFonts.EUC-KR*pscode:        euc-kr
  5822. *documentFonts.EUC-KR*pswidth:        1000
  5823. *documentFonts.EUC-KR*psascent:        950
  5824.  
  5825. !*documentFonts.gb2312*psname:        ???
  5826. !*documentFonts.gb2312*pscode:        ???
  5827. !*documentFonts.gb2312*pswidth:        ???
  5828. !*documentFonts.gb2312*psascent:    ???
  5829.  
  5830. !*documentFonts.x-euc-tw*psname:    ???
  5831. !*documentFonts.x-euc-tw*pscode:    ???
  5832. !*documentFonts.x-euc-tw*pswidth:    ???
  5833. !*documentFonts.x-euc-tw*psascent:    ???
  5834.  
  5835. ! Unicode Pseudo Font
  5836. ! These map a Unicode Pseudo Font 
  5837. ! latin-1 font name to an equivalent 
  5838. ! font name for a different encoding
  5839. *unicodeFont.helvetica*jis_x0208-1983:        gothic
  5840. *unicodeFont.helvetica*jis_x0201:             gothic
  5841. *unicodeFont.times*jis_x0208-1983:            mincho
  5842. *unicodeFont.times*jis_x0201:                 mincho
  5843. *unicodeFont.courier*jis_x0208-1983:          fixed
  5844. *unicodeFont.courier*jis_x0201:               fixed
  5845. *unicodeFont.lucida*jis_x0208-1983:           gothic
  5846. *unicodeFont.lucida*jis_x0201:                gothic
  5847. *unicodeFont.lucidatypewriter*jis_x0208-1983: gothic
  5848. *unicodeFont.lucidatypewriter*jis_x0201:      gothic
  5849. *unicodeFont.allowHPScaling:                  false
  5850. !*unicodeFont.screenDpi:                       100
  5851. !*javaFont.usePointSizing:                     false
  5852. !*javaFont.screenDpi:                          100
  5853.  
  5854.  
  5855. *scrollerX*VertScrollBar.width:        10
  5856. *scrollerX*VertScrollBar.height:    100
  5857.  
  5858. ! Mail search dialog...
  5859. *MNSearch.title:                          Netscape: Search
  5860. *MNSearch.iconName:                       Search
  5861. *MNSearch*SearchBtn.labelString:          Search
  5862. *MNSearch*NewBtn.labelString:             Clear 
  5863. *MNSearch*MiscBtn.labelString:            Options...
  5864. *MNSearch*HelpBtn.labelString:          Help
  5865. *MNSearch*SaveAsBtn.labelString:          Save As...
  5866. *MNSearch*CloseBtn.labelString:           Close
  5867. *matchAll.labelString:           Match all of the following
  5868. *matchAny.labelString:           Match any of the following
  5869. *MNSearch*SaveAsDialogTextLabel.labelString:              Newsgroup Name:
  5870. *searchSaveAsPromptDialog.dialogTitle:        Netscape: Save As Virtual Newsgroup
  5871. *MNSearch*SaveAsDialogInfo.labelString:    Saving search criteria will create a Virtual Newsgroup based on that\n\criteria. The Virtual Newsgroup will be available from the folder list in\n\the Messenger window.
  5872.  
  5873. *where.labelString:                       where
  5874. *MNSearch*searchFolderLabel.labelString:  Search for messages in
  5875. *MNSearch*itemsLabelTitle.labelString:    Total items found:
  5876. *MNSearch.width:                   650
  5877. ! needs to match up with XFE_SEARCH_DATE_FORMAT in ns/cmd/xfe/xfe_err.h
  5878. *MNSearch*labelValueField.labelString:    mm/dd/yyyy
  5879. *MNSearch*moreBtn.labelString:          More
  5880. *MNSearch*lessBtn.labelString:          Fewer
  5881. *MNSearch*searchContent.marginWidth:      5
  5882. *MNSearch*searchContent.marginHeight:      5
  5883. *MNSearch*resultComment.topOffset:       4
  5884. *MNSearch*goToMessageFolder.labelString:  Open Message Folder
  5885. *MNSearch*fileMsg.labelString:            File in:
  5886. *MNSearch*fileMsg.buttonLayout:           button_label_only
  5887. *MNSearch*deleteMsg.labelString:          Delete Message
  5888. *popup*copySubmenu.labelString:              Copy Message
  5889.  
  5890. ! Advanced mail search (Options) dialog
  5891. *advancedSearch*subfolderToggle.labelString:    Search Subfolders
  5892. *advancedSearch*whenOnlineSearch.labelString: When online, search for messages:
  5893. *advancedSearch*searchLocalToggle.labelString:    on your local system
  5894. *advancedSearch*searchServerToggle.labelString:    on the specified server
  5895.  
  5896. ! Ldap Search
  5897. *Ldap.title:                              Netscape:Search Directories
  5898. *Ldap.iconName:                           Search Directories
  5899. *Ldap*A_the1.labelString:                 the
  5900. *Ldap*A_the2.labelString:                 and the
  5901. *Ldap*SearchBtn.labelString:         Search
  5902. *Ldap*NewBtn.labelString:             Clear
  5903. *Ldap*MiscBtn.labelString:             Help    
  5904. *Ldap*CloseBtn.labelString:         Close
  5905. *Ldap*ldapSearchFolderLabel.labelString: Search for items
  5906. *Ldap*itemsLabelTitle.labelString:        Total items found:
  5907. *Ldap.width:                650
  5908. *Ldap.height:                250
  5909. *Ldap*labelValueField.labelString:    mm/dd/yy
  5910. *Ldap*searchContent.marginWidth:    5
  5911. *Ldap*searchContent.marginHeight:    5
  5912. *Ldap*resultComment.topOffset:         4
  5913. *Ldap*ldapCommands.marginWidth:       10
  5914. *Ldap*ldapCommands.spacing:           20    
  5915. *Ldap*toAddrBook.labelString:       Add To Address Book
  5916. *Ldap*toCompose.labelString:         Compose Message
  5917.  
  5918. !
  5919. ! Navigator mouse documentation.
  5920. !
  5921. *tipLabel.fontList:           -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  5922. Netscape*tipLabel.background:  #FFFFCC
  5923. Netscape*tipLabel.foreground:  Black
  5924. Netscape*tipShell.borderColor: Black
  5925. Netscape*tipShell.borderWidth: 1
  5926.  
  5927. !
  5928. ! Browser documentation and tip strings
  5929. !
  5930.  
  5931. ! Navigator/Toolbar (tip strings and special documentation strings)
  5932. *back.tipString:                    Go to previous page
  5933. *forward.tipString:                    Go to next page
  5934. *home.tipString:                    Go to the Home page
  5935. *home.documentationString:          Go to the Home page
  5936. *search.tipString:                  Search on the Internet
  5937. *search.documentationString:        Search the Internet for information
  5938. *MailThread*search.documentationString:  Search mail and newsgroup messages
  5939. *MailMsg*search.documentationString:  Search mail and newsgroup messages
  5940. *MailFolder*search.documentationString:  Search mail and newsgroup messages
  5941. *destinations.tipString:            Your personal start page
  5942. *destinations.documentationString:  Go to your personal start page
  5943. *guide.tipString:            Interesting places on the Internet
  5944. *guide.documentationString:  Go to interesting places on the Internet
  5945. *showImages.tipString:              Display images on this page
  5946. *reload.tipString:                  Reload this page from the server
  5947. *stopLoading.tipString:             Stop the current transfer
  5948.  
  5949. !
  5950. ! Some mail/news documentation and tip strings
  5951. !
  5952. !*MailFolder*stopLoading.tipString:  Stop downloading messages
  5953. !*MailFolder*search.documentationString:    Search mail and newsgroup messages
  5954. !*MailThread*search.documentationString:    Search mail and newsgroup messages
  5955. !*MailMsg*search.documentationString:    Search mail and newsgroup messages
  5956.  
  5957. !!
  5958. !! *urlBarItem
  5959. !!
  5960. *urlBarItem.shadowType:                    shadow_out
  5961. *urlBarItem.shadowThickness:            1
  5962. *urlBarItem.marginLeft:                    1
  5963. *urlBarItem.marginRight:                1
  5964. *urlBarItem.marginTop:                    1
  5965. *urlBarItem.marginBottom:                1
  5966.  
  5967. !!
  5968. !! *bookmarkQuickfile
  5969. !!
  5970. *bookmarkQuickfile.labelString:            Bookmarks
  5971. *bookmarkQuickfile.tipString:            Bookmark QuickFile
  5972. *bookmarkQuickfile.documentationString:    Bookmark QuickFile
  5973. *bookmarkQuickfile.topOffset:            2
  5974. *bookmarkQuickfile.leftOffset:            2
  5975. *bookmarkQuickfile.buttonLayout:        button_label_on_right
  5976. *bookmarkQuickfile.mappingDelay:        0
  5977.  
  5978. !!
  5979. !! *relatedItems
  5980. !!
  5981. *relatedItems.labelString:                What's Related
  5982. *relatedItems.tipString:                What's Related
  5983. *relatedItems.documentationString:        What's Related
  5984. *relatedItems.topOffset:                2
  5985. *relatedItems.leftOffset:                2
  5986. *relatedItems.buttonLayout:                button_label_on_right
  5987.  
  5988. !!
  5989. !! *urlLocationProxyIcon
  5990. !!
  5991. *urlLocationProxyIcon.tipString:    \
  5992. Drag this to create a link to this page
  5993. *urlLocationProxyIcon.documentationString:    \
  5994. Drag this to create a link to this page
  5995. *urlLocationProxyIcon.topOffset:        3
  5996. *urlLocationProxyIcon.leftOffset:        3
  5997. *urlLocationProxyIcon.cursor:            hand2
  5998.  
  5999. *urlLocationProxyIcon.shadowThickness:            0
  6000. *urlLocationProxyIcon.raiseBorderThickness:        0
  6001. *urlLocationProxyIcon.fillOnArm:                false
  6002. *urlLocationProxyIcon.buttonLayout:                button_pixmap_only
  6003.  
  6004.  
  6005. !!
  6006. !! *urlLocationLabel
  6007. !!
  6008. *urlLocationLabel.alignment:                alignment_end
  6009. *urlLocationLabel.recomputeSize:            False
  6010. *urlLocationLabel.marginHeight:                0
  6011. *urlLocationLabel.leftOffset:                4
  6012.  
  6013.  
  6014. *urlLocationLabel.netsiteLabelString:        Netsite:
  6015. *urlLocationLabel.uneditedLabelString:        Location:
  6016. *urlLocationLabel.editedLabelString:        Go To:
  6017.  
  6018. ! this must be the longer of the two...
  6019. *urlLocationLabel.labelString:                Location:
  6020.  
  6021. !!
  6022. !! Fixed Quickfile items
  6023. !!
  6024. *bookmarkQuickfile*addBookmark.labelString:                Add Bookmark
  6025. *bookmarkQuickfile*addBookmark.mnemonic:                    A
  6026. *bookmarkQuickfile*addBookmark.acceleratorText:            Ctrl+K
  6027.  
  6028. *bookmarkQuickfile*openBookmarks.labelString:                Edit Bookmarks...
  6029. *bookmarkQuickfile*openBookmarks.mnemonic:                    E
  6030. *bookmarkQuickfile*openBookmarks.acceleratorText:            Ctrl+B
  6031.  
  6032. *bookmarkQuickfile*fileBookmarksSubmenu.labelString:        File Bookmark
  6033. *bookmarkQuickfile*fileBookmarksSubmenu.mnemonic:            F
  6034.  
  6035. !!
  6036. !! *personalToolbarItem
  6037. !!
  6038. *personalToolbarItem.shadowType:                shadow_out
  6039. *personalToolbarItem.shadowThickness:            1
  6040. *personalToolbarItem.marginLeft:                1
  6041. *personalToolbarItem.marginRight:                1
  6042. *personalToolbarItem.marginTop:                    1
  6043. *personalToolbarItem.marginBottom:                1
  6044.  
  6045. *personalToolbar.shadowThickness:                0
  6046. *personalToolbar.marginLeft:                    0
  6047. *personalToolbar.marginRight:                    0
  6048. *personalToolbar.marginTop:                        0
  6049. *personalToolbar.marginBottom:                    0
  6050.  
  6051. *personalToolbar.spacing:                        1
  6052. *personalToolbar.raiseBorderThickness:            2
  6053.  
  6054. *personalToolbar*XfeButton.marginBottom:        1
  6055. *personalToolbar*XfeButton.marginLeft:            1
  6056. *personalToolbar*XfeButton.marginRight:            1
  6057. *personalToolbar*XfeButton.marginTop:            1
  6058. *personalToolbar*XfeButton.shadowThickness:        1
  6059.  
  6060. *personalToolbar*XfeCascade.marginBottom:        1
  6061. *personalToolbar*XfeCascade.marginLeft:            1
  6062. *personalToolbar*XfeCascade.marginRight:        1
  6063. *personalToolbar*XfeCascade.marginTop:            1
  6064. *personalToolbar*XfeCascade.shadowThickness:    1
  6065. *personalToolbar*XfeCascade.mappingDelay:        0
  6066.  
  6067. *personalToolbar*toolBarSeparator.shadowThickness:        0
  6068. *personalToolbar*toolBarSeparator.width:                20
  6069. *personalToolbar*toolBarSeparator.height:                2
  6070. *personalToolbar*toolBarSeparator.orientation:            horizontal
  6071.  
  6072.  
  6073. ! Navigator/Dashboard
  6074. *docinfoLabel.documentationString:    \
  6075. Security indicator, document is secure when doorkey is unbroken
  6076. *docinfoLabel.tipString:            Security Indicator
  6077. *biffButton.documentationString:    Launch mail window, and check for new mail
  6078. *biffButton.tipString:              Check Mail
  6079.  
  6080. ! Editor/Toolbar
  6081. *editorNewBlank.tipString:          New Document
  6082. *editorOpenFile.tipString:          Open File
  6083. *save.tipString:                    Save
  6084. *browsePage.tipString:              View in Browser
  6085. *editorBrowse.tipString:            View in Browser
  6086. *cut.tipString:                     Cut
  6087. *copy.tipString:                    Copy
  6088. *paste.tipString:                   Paste
  6089. *publish.tipString:                 Publish Document
  6090. *findInObject.tipString:            Find in Page <Ctrl+F>
  6091. *Editor*openPage.tipString:         Open File
  6092.  
  6093. *findInObject.tipString:            Find in Page <Ctrl+F>
  6094.  
  6095. *editorFormattingToolbar*buttonLayout:    button_pixmap_only
  6096. *editorFormattingToolbar*buttonLayout:    button_pixmap_only
  6097. *editorFormattingToolbar*mappingDelay:    0
  6098.  
  6099. *charSizeShrink.documentationString: Decrease font size 1 unit
  6100. *charSizeShrink.tipString:          Decrease Font Size
  6101. *charSizeGrow.documentationString:  Increase font size 1 unit
  6102. *charSizeGrow.tipString:            Increase Font Size
  6103. *fontSize.documentationString:      Set font size
  6104. *fontSize.tipString:                Set Font Size
  6105. !*bold.documentationString:         Set the style to Bold <Ctrl+B>
  6106. *bold.tipString:                    Bold
  6107. !*italic.documentationString:       Set the style to Italic <Ctrl+I>
  6108. *italic.tipString:                  Italic
  6109. !*fixed.documentationString:        Set the style to Fixed Width <Ctrl+T>
  6110. *fixed.tipString:                   Fixed Width
  6111. !*textColor.documentationString:    Change or edit current font color
  6112. *textColor.tipString:               Font Color
  6113. *makeLink.documentationString:        \
  6114. Make link to highlighted text, change existing link(s), or insert new link
  6115. *makeLink.tipString:                Make Link
  6116. *insertLink.tipString:                Insert or Make Link
  6117. *clearAllStyles.tipString:          Clear All Styles <Ctrl+K>
  6118. *insertTarget.documentationString:  Insert a Target (Named Anchor)
  6119. *insertTarget.tipString:            Insert Target (Named Anchor)
  6120. *insertImage.documentationString:   Insert Image at current cursor location
  6121. *insertImage.tipString:             Insert Image
  6122. *insertHorizontalLine.documentationString:    \
  6123. Insert Horizontal Line at current cursor location
  6124. *insertHorizontalLine.tipString:    Insert Horizontal Line
  6125. *insertTable.documentationString:   Insert table at the insertion location
  6126. *insertTable.tipString:             Insert Table
  6127. *objectProperties.documentationString:    \
  6128. Change Properties of object at caret position
  6129. *objectProperties.tipString:        Object Properties
  6130.  
  6131. *paragraphProperties.documentationString: Change paragraph or heading style
  6132. *paragraphProperties.tipString:     Change Paragraph style
  6133. *insertBulleted.documentationString:    \
  6134. Start, change to, or clear an unnumbered (bulleted) list
  6135. *insertBulleted.tipString:          Bullet List
  6136. *insertNumbered.documentationString:    \
  6137. Start, change to, or clear a numbered list
  6138. *insertNumbered.tipString:          Numbered List
  6139. *indent.documentationString:    \
  6140. Increase indent of paragraph one level <Ctrl+=>
  6141. *indent.tipString:                  Increase Indent
  6142. *outdent.documentationString:    \
  6143. Decrease indent of paragraph one level <Ctrl+->
  6144. *outdent.tipString:                 Decrease Indent
  6145. *alignLeft.documentationString:     Align to left margin
  6146. *setAligmentStyleLeft.documentationString: Align to left margin
  6147. *alignLeft.tipString:               Align Left
  6148. *alignCenter.documentationString:   Center between margins
  6149. *setAligmentStyleCenter.documentationString: Center between margins
  6150. *alignCenter.tipString:             Align Center
  6151. *alignRight.documentationString:    Align to right margin
  6152. *setAligmentStyleRight.documentationString: Align to right margin
  6153. *alignRight.tipString:              Align Right
  6154.  
  6155. ! Formatting toolbar
  6156. *setParagraphStyle*documentationString: \
  6157. Change paragraph or heading style
  6158. *setParagraphStyle*tipString:       Paragraph Style
  6159. *setFontFace*documentationString:   Change font face
  6160. *setFontFace*tipString:             Font
  6161. *setFontSize*documentationString:   Change font size
  6162. *setFontSize*tipString:             Font Size
  6163. *setFontColor*documentationString:  Change font color
  6164. *setFontColor*tipString:            Font Color
  6165. *setFontColor*documentationString:  Change font color
  6166. *setFontColor*tipString:            Font Color
  6167. *toggleCharacterStyleBold.tipString: Bold <Ctrl+B>
  6168. *toggleCharacterStyleItalic.tipString: Italic <Ctrl+I>
  6169. *toggleCharacterStyleUnderline.tipString: Underline <Ctrl+U>
  6170. *insertNumberedList.tipString:      Numbered List
  6171. *insertNumberedList.documentationString: \
  6172. Start, change, or clear a numbered list
  6173. *insertBulletedList.tipString:      Bullet List
  6174. *insertBulletedList.documentationString: Start, change, or clear a bullet list
  6175. *setAlignmentStyle.tipString:       Alignment
  6176. *setAlignmentStyle.documentationString: Choose horizontal alignment
  6177. *insertLineBreak.documentationString: \
  6178. Insert break to continue text on new line
  6179. *insertBreakBelowImage.documentationString: \
  6180. Insert break to continue text below images to the left and the right
  6181. *setCharacterColor.documentationString: Change the current text color
  6182. *editorGoodiesMenu.tipString:           Insert Object
  6183. *editorGoodiesMenu.documentationString: Insert object
  6184.  
  6185. ! Editor/Popups (additional items)
  6186. *browseLink.documentationString:    Browse this link
  6187. *editLink.documentationString:      Open this link in a new editor window
  6188. *bookmarkLink.documentationString:  Add this link to the bookmark list  
  6189. *copyLink.documentationString:      Copy this link to the clipboard
  6190. *removeLink.documentationString:    \
  6191. Remove link at caret or all links within selected region
  6192.  
  6193. ! Mail/Toolbar
  6194. *getNewMail.tipString:              Get new mail
  6195. *deleteMessage.tipString:           Delete the selected message
  6196. *mailNew.tipString:                 Compose new message
  6197. *replyToSender.tipString:           Reply to the message
  6198. *replyToAll.tipString:              Reply to all recipients
  6199. *forwardMessage.tipString:          Forward the selected message
  6200. *previousUnreadMessage.tipString:   Previous unread message
  6201. *nextUnreadMessage.tipString:       Next unread message
  6202.  
  6203. ! Composition/Edit menu (additional items)
  6204. *pasteQuote.documentationString:    Insert clipboard contents in quoted form
  6205. *clear.documentationString:         Erase the selection
  6206. *clearAllText.documentationString:  Erase everything
  6207. *selectAllText.documentationString: Select the entire document
  6208. *rot13.documentationString:         Rotate message text by 13 characters
  6209.  
  6210. ! Composition/View menu (additional items)
  6211. *showFrom.documentationString:      Show the mail-from field
  6212. *showReplyTo.documentationString:   Show reply-to field
  6213. *showTo.documentationString:        Show mail-to field
  6214. *showCC.documentationString:        Show the Carbon-Copy field
  6215. *showBCC.documentationString:       Show the Blind-Carbon-Copy field
  6216. *showFCC.documentationString:       Show the copy file location field
  6217. *showPostTo.documentationString:    Show the Post-to-newsgroup field
  6218. *showFollowupTo.documentationString: Show the Send-followups-to field
  6219. *showSubject.documentationString:   Show the subject field
  6220. *showAttachments.documentationString: Show the attachments field
  6221. *wrapLines.documentationString:        Wrap lines longer than 72 characters
  6222.  
  6223. ! Composition/Options menu (additional items)
  6224. *deliverNow.documentationString:    Send messages immediately
  6225. *deliverLater.documentationString:  Defer sending messages until later
  6226.  
  6227. ! Compose/Toolbar
  6228. *sendOrSendLater.documentationString: Send the current message
  6229. *sendOrSendLater.tipString:         Send Message
  6230. *quoteMessage.documentationString:    \
  6231. Paste the text of the original document in quoted form
  6232. *quoteMessage.tipString:            Quote Original
  6233.  
  6234. *options.labelString:    Options
  6235. *options.tipString:    Display message options
  6236.  
  6237. *attach.tipString:  Include an attachment 
  6238. *attachFile.documentationString:    \
  6239. Attach a file to this message
  6240. *attachFile.tipString:  Attach File
  6241. *attachWebPage.documentationString:    \
  6242. Attach a web page to this message
  6243. *attachWebPage.tipString:  Attach Web Page
  6244. *deleteAttachment.documentationString:    \
  6245. Delete selected attachment
  6246. *deleteAttachment.tipString:  Delete Attachment
  6247.  
  6248. *attachAddressBookCard.documentationString:    \
  6249. Attach your personal card as a vCard
  6250. *attachAddressBookCard.tipString:  Attach My Card
  6251. *attachForm.documentationString:    \
  6252. Drag a document here to attach it to this message.
  6253. *attachForm.tipString: Drag document here to attach
  6254.  
  6255. !*editAddressBook.documentationString: Open the address book
  6256. *editAddressBook.tipString:         Addresses
  6257.  
  6258. *formattingToolbar*buttonLayout:    button_pixmap_only
  6259. *formattingToolbar*buttonLayout:    button_pixmap_only
  6260. *formattingToolbar*mappingDelay:    0
  6261.  
  6262.  
  6263. ! News/Toolbar
  6264. *postNew.tipString:                    Post new message
  6265. *postReply.tipString:                Post reply
  6266. *postAndMailReply.tipString:        Post and mail reply
  6267. *markThreadRead.tipString:          Mark thread read
  6268. *markAllRead.tipString:             Mark all read
  6269.  
  6270. ! Preferences dialog
  6271. !
  6272. *prefs*fontList:                            -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6273. *prefs_popup.title:                            Netscape: Preferences
  6274. *pref.category:                             Category
  6275.  
  6276. *prefs.form.leftPane.topOffset:                8
  6277. *prefs.form.leftPane.leftOffset:            8
  6278. *prefs.form.leftPane.bottomOffset:            8
  6279.  
  6280. *prefs.form.rightPane.leftOffset:            8
  6281. *prefs.form.rightPane.rightOffset:            8
  6282. *prefs.form.rightPane.bottomOffset:            8
  6283.  
  6284. *prefs*pageTitle.alignment:                    ALIGNMENT_BEGINNING
  6285. *prefs*pageTitle.fontList:\
  6286. -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*=NORMAL,\
  6287. -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-*=BOLD,\
  6288. -*-helvetica-medium-o-normal-*-*-120-*-*-*-*-iso8859-*=ITALIC
  6289.  
  6290. *prefs*categoryList*fontList:                -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6291.  
  6292. *prefs*pageForm.topOffset:                    4
  6293. *prefs*XmFrame.marginWidth:                    8
  6294. *prefs*XmFrame.marginHeight:                4
  6295. *prefs*XmPushButtonGadget.marginWidth:        8
  6296.  
  6297. ! Preferences dialog - Appearance
  6298.  
  6299. *prefs*appearance*launchBoxLabel.labelString:    On startup, launch
  6300. *prefs*appearance*navigator.labelString:    Navigator
  6301. *prefs*appearance*messenger.labelString:    Messenger Mailbox
  6302. *prefs*appearance*collabra.labelString:        Newsgroups
  6303. *prefs*appearance*composer.labelString:        Page Composer
  6304. *prefs*appearance*conference.labelString:    Conference
  6305. *prefs*appearance*netcaster.labelString:    Netcaster
  6306. *prefs*appearance*calendar.labelString:        Calendar
  6307. *prefs*appearance*frame2*toolbarBoxLabel.labelString:    Show Toolbar As
  6308. *prefs*appearance*frame2*picAndText.labelString:    Pictures and Text
  6309. *prefs*appearance*frame2*picOnly.labelString:        Pictures Only
  6310. *prefs*appearance*frame2*textOnly.labelString:    Text Only
  6311. *prefs*appearance*frame2*showTooltips.labelString:    Show ToolTips
  6312. *prefs*appearance*frame2*showTooltips.tipString:    Toggle Toolbar Tips
  6313. *prefs*appearance*underline.labelString:        Underline Links
  6314.  
  6315. ! Preferences dialog - General/Fonts
  6316.  
  6317. *prefs*fontsFrame*fontsBoxLabel.labelString:    Fonts and Encodings
  6318. *prefs*fontsFrame*encodingLabel.labelString:    For the Encoding:
  6319. *prefs*fontsFrame*proportionalLabel.labelString:Variable Width Font:
  6320. *prefs*fontsFrame*propSizeLabel.labelString:    Size:
  6321. *prefs*fontsFrame*propSizeToggle.labelString:    Allow Scaling
  6322. *prefs*fontsFrame*fixedLabel.labelString:        Fixed Width Font:
  6323. *prefs*fontsFrame*fixedSizeLabel.labelString:    Size:
  6324. *prefs*fontsFrame*fixedSizeToggle.labelString:    Allow Scaling
  6325. *prefs*fontsFrame*0.labelString:                Any
  6326. *prefs*webFontFrame*useFontLabel.labelString:    Sometimes a document will provide its own fonts.
  6327. *prefs*webFontFrame*dynaFont.labelString:        Dynamic Fonts...
  6328. *prefs*webFontFrame*useMyFont.labelString:        \
  6329. Use my default fonts, overriding document-specified fonts 
  6330. *prefs*webFontFrame*useDocFontSelective.labelString:\
  6331. Use document-specified fonts, but disable Dynamic Fonts  
  6332. *prefs*webFontFrame*useDocFontWhenever.labelString:    \
  6333. Use document-specified fonts, including Dynamic Fonts  
  6334.  
  6335. ! Preferences dialog - General/Colors
  6336.  
  6337. *prefs*colors*colorBoxLabel.labelString:    Colors
  6338. *prefs*colors*textColorLabel.labelString:    Text:
  6339. *prefs*colors*bgColorLabel.labelString:        Background:
  6340. *prefs*colors*useDefColors.labelString:        Use Default
  6341. *prefs*colors*linksBoxLabel.labelString:    Links
  6342. *prefs*colors*linksLabel.labelString:        Unvisited Links:
  6343. *prefs*colors*vlinksLabel.labelString:        Visited Links:
  6344. *prefs*colors*underline.labelString:        Underline links
  6345. *prefs*colors*useColor.labelString:            \
  6346. Sometimes a document will provide its own colors and background
  6347. *prefs*colors*useMyColor.labelString:        Always use my colors, overriding document
  6348.  
  6349. ! Preferences dialog - Browser/Languages - Add
  6350.  
  6351. *prefsLang*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6352. *prefsLang_popup.title:                    Netscape: Add Languages
  6353. *prefsLang*langLabel.labelString:        Select the language you would like to add.\n\nLanguages:
  6354. *prefsLang*langList.visibleItemCount:    15
  6355. *prefsLang*otherLabel.labelString:        Others:
  6356.  
  6357. ! Preferences dialog - Smart Browsing
  6358. *prefs*relatedFrame*relatedBoxLabel.labelString:    What's Related
  6359. *prefs*relatedFrame*enableRelated.labelString:        Enable What's Related
  6360.  
  6361. *prefs*relatedFrame*autoloadLabel.labelString:        Automatically Load What's Related
  6362.  
  6363. *prefs*relatedFrame*autoloadAlways.labelString:        Always
  6364. *prefs*relatedFrame*autoloadAdaptive.labelString:    After First Use
  6365. *prefs*relatedFrame*autoloadNever.labelString:        Never
  6366.  
  6367. *prefs*relatedFrame*excludedLabel.labelString:        \
  6368. Enter a comma separated list of domain names for\n\
  6369. whose sites related items will never be loaded
  6370.  
  6371. *prefs*keywordFrame*keywordBoxLabel.labelString:    Internet Keywords
  6372. *prefs*keywordFrame*enableKeywords.labelString:        Enable Internet Keywords
  6373.  
  6374. ! Preferences dialog - Advanced
  6375.  
  6376. *prefs*advanced*showImage.labelString:            \
  6377. Automatically load images and other data types\n\
  6378. (Otherwise, click the Images button to load when needed)
  6379. *prefs*advanced*enableJava.labelString:            Enable Java
  6380. *prefs*advanced*enableJs.labelString:            Enable JavaScript
  6381. *prefs*advanced*enableJsMailNews.labelString:           Enable JavaScript for Mail and News
  6382. *prefs*advanced*enableStyleSheet.labelString:    Enable Style Sheets
  6383. *prefs*advanced*emailAnonFtp.labelString:        Send email address as anonymous FTP password
  6384. *prefs*cookieFrame*cookieBoxLabel.labelString:    Cookies
  6385. *prefs*cookieFrame*alwaysAcceptCookie.labelString:    Accept all cookies
  6386. *prefs*cookieFrame*noForeignCookie.labelString:    \
  6387. Only accept cookies originating from the same server as\n\
  6388. the page being viewed
  6389. *prefs*cookieFrame*neverAcceptCookie.labelString:Do not accept or send cookies
  6390. *prefs*cookieFrame*warnCookie.labelString:        Warn me before accepting a cookie
  6391.  
  6392. *prefs*alertFrame*submDoc.labelString:            submitting a secure document
  6393. *prefs*alertFrame*dpyDoc.labelString:            displaying a secure document
  6394. *prefs*alertFrame*viewMixed.labelString:        viewing a document with a secure/insecure mix
  6395. *prefs*alertFrame*submForm.labelString:            submitting a form insecurely
  6396. *prefs*alertFrame*submMixedForm.labelString:    submitting a form with a secure/insecure mix
  6397.  
  6398. ! Preferences dialog - Browser/Applications
  6399.  
  6400. *prefs*applFrame*newButton.labelString:            New...
  6401. *prefs*applFrame*editButton.labelString:        Edit...
  6402. *prefs*applFrame*deleteButton.labelString:        Delete
  6403. *prefs*appl*folderLabel.labelString:            Download files to:
  6404. *prefs*appl*browseButton.labelString:            Choose...
  6405.  
  6406. ! Preferences dialog - General - Applications - Edit
  6407.  
  6408. *prefsApplEdit*fontList:                        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6409. *prefsApplEdit_popup.title:                        Netscape: Application
  6410. *prefsApplEdit*mimeTypesDescriptionLabel.labelString: Description:
  6411. *prefsApplEdit*mimeTypesLabel.labelString:         MIMEType:
  6412. *prefsApplEdit*mimeTypesSuffixLabel.labelString:Suffixes:
  6413. *prefsApplEdit*applEditFrameLabel.labelString:    Handled By
  6414. *prefsApplEdit*applEditNavigator.labelString:     Navigator 
  6415. *prefsApplEdit*applEditPlugin.labelString:         Plug In:
  6416. *prefsApplEdit*applEditApp.labelString:         Application:
  6417. *prefsApplEdit*applEditSave.labelString:         Save To Disk
  6418. *prefsApplEdit*applEditUnknown.labelString:     Unknown:PromptUser
  6419. *prefsApplEdit*applEditAppBrowse.labelString:     Choose...
  6420. *prefsApplEdit*defaultOutgoingToggle.labelString: Use this MIME as the outgoing default for these extensions.
  6421.  
  6422. ! Preferences dialog - General/Cache
  6423.  
  6424. *prefs*cache*cacheLabel.labelString:        \
  6425. The cache is used to keep local copies of frequently accessed docu-\n\
  6426. ments and thus reduce time connected to the network. The Reload\n\
  6427. button will always compare the cache document to the network\n\
  6428. document and show the most recent one. To load pages and images\n\
  6429. from the network instead of the cache, press the Shift key and click\n\
  6430. the reload button.
  6431. *prefs*cache*cacheDirLabel.labelString:        Cache Folder:
  6432. *prefs*cache*memoryLabel.labelString:        Memory cache:
  6433. *prefs*cache*memoryK.labelString:            kBytes
  6434. *prefs*cache*diskLabel.labelString:            Disk cache:
  6435. *prefs*cache*diskK.labelString:                kBytes
  6436. *prefs*cache*verifyLabel.labelString:        \
  6437. Document in cache is compared to document on network
  6438. *prefs*cache*verifyRc*once.labelString:        Once per session
  6439. *prefs*cache*verifyRc*every.labelString:    Every time
  6440. *prefs*cache*verifyRc*never.labelString:    Never
  6441. *prefs*cache*browse.labelString:            Choose...
  6442. *prefs*cache*clearDisk.labelString:            Clear Disk Cache
  6443. *prefs*cache*clearMem.labelString:            Clear Memory Cache
  6444.  
  6445. ! Preferences dialog - General/Proxies
  6446.  
  6447. *prefs*proxies*proxiesLabel.labelString:        \
  6448. A network proxy is used to provide additional security between your\n\
  6449. computer and the Internet (usually along with a firewall) and/or to\n\
  6450. increase performance between networks by reducing redundant traffic\n\
  6451. via caching. Your system administrator can provide you with proper\n\
  6452. proxy settings.
  6453. *prefs*proxies*direct.labelString:            Direct connection to the internet
  6454. *prefs*proxies*manual.labelString:            Manual proxy configuration
  6455. *prefs*proxies*auto.labelString:            Automatic proxy configuration
  6456. *prefs*proxies*config.labelString:            Configuration location (URL)
  6457. *prefs*proxies*view.labelString:            View...
  6458. *prefs*proxies*reload.labelString:            Reload
  6459.  
  6460. ! Preferences dialog - General - Proxies - View
  6461.  
  6462. *prefsProxiesView*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6463. *prefsProxiesView_popup.title:                Netscape: View Manual Proxy Configuration
  6464. *prefsProxiesView*proxyViewLabel1.labelString:    \
  6465. You may configure a proxy and port number for each of the internet\n\
  6466. protocols that Netscape supports.
  6467. *prefsProxiesView*proxyViewLabel2.labelString:    \
  6468. You may provide a list of domains that Netscape should access directly,\n\
  6469. rather than via the proxy:
  6470. *prefsProxiesView*ftpProxyLabel.labelString:    FTP Proxy:
  6471. *prefsProxiesView*gopherProxyLabel.labelString:    Gopher Proxy:
  6472. *prefsProxiesView*httpProxyLabel.labelString:    HTTP Proxy:
  6473. *prefsProxiesView*httpsProxyLabel.labelString:    Security Proxy:
  6474. *prefsProxiesView*waisProxyLabel.labelString:    WAIS Proxy:
  6475. *prefsProxiesView*noProxyLabel.labelString:        No Proxy for:
  6476. *prefsProxiesView*socksHostLabel.labelString:    SOCKS Host:
  6477. *prefsProxiesView*ftpPortLabel.labelString:        Port:
  6478. *prefsProxiesView*gopherPortLabel.labelString:    Port:
  6479. *prefsProxiesView*httpPortLabel.labelString:    Port:
  6480. *prefsProxiesView*httpsPortLabel.labelString:    Port:
  6481. *prefsProxiesView*waisPortLabel.labelString:    Port:
  6482. *prefsProxiesView*socksPortLabel.labelString:    Port:
  6483.  
  6484. ! Roaming Access Conflict Dialog
  6485. *liConflict*queryLabel.labelString: What would you like to do?
  6486. *liConflict*alwaysToggle.labelString: Apply this decision to remaining items.
  6487.  
  6488. ! Preferences dialog - Roaming Access: General Prefs
  6489. !*prefs*liGeneral*topTitle.labelString: General Flags
  6490. *prefs*liGeneral*hint.labelString: \
  6491. Use Roaming Access to retrieve your user profile information from\n\
  6492. any place on the network.\n\
  6493. \n\
  6494. Your user profile information will then be retrieved from your\n\
  6495. Roaming Access server each time on startup and transferred to the\n\
  6496. server on shutdown.
  6497.  
  6498. *prefs*liGeneral*enableToggle.labelString: Enable Roaming Access for this profile
  6499. !*prefs*liGeneral*syncToggle.labelString: Background synchronize every
  6500. !*prefs*liGeneral*unitLabel.labelString: minutes.
  6501. *prefs*liLoginAdvancedButton.labelString: Options
  6502.  
  6503. !*prefs*liGeneral*bottomTitle.labelString: User Information
  6504. *prefs*liGeneral*bottomFrame.topOffset: 20
  6505. *prefs*liGeneral*userInfoLabel.labelString: \
  6506. Please enter your login information to be used when retrieving your\n\
  6507. user profile from your Roaming Access server.
  6508. *prefs*liGeneral*userLabel.labelString: User Name:
  6509. *prefs*liGeneral*passwordLabel.labelString: Password:
  6510. *prefs*liGeneral*passwordText.maxLength: 256
  6511. *prefs*liGeneral*savePasswordToggle.labelString: Remember my Roaming Access password
  6512.  
  6513. ! Preferences dialog - Roaming Access: Server Prefs
  6514. *prefs*liServer*frameLabel.labelString: Server Information
  6515.  
  6516. *prefs*liServer*serverLabel.labelString: \
  6517. The information below is needed to connect to your Roaming Access\n\
  6518. server.  If you do not know the information requested, please contact\n\
  6519. your system administrator.
  6520.  
  6521. *prefs*liServer*bottomFrame.topOffset: 20
  6522. *prefs*liServer*ldapToggle.labelString: LDAP Directory Server
  6523. *prefs*liServer*ldapAddrLabel.labelString: Address:
  6524. *prefs*liServer*ldapBaseLabel.labelString: User DN:
  6525. *prefs*liServer*httpToggle.labelString: HTTP Server
  6526. *prefs*liServer*httpBaseLabel.labelString: Base URL:
  6527.  
  6528. ! Preferences dialog - Roaming Access: File Prefs
  6529. *prefs*liFiles*fileLabel.labelString: \
  6530. The user profile items selected below will be retrieved from your\n\
  6531. Roaming Access server on startup and transferred to the server\n\
  6532. on shutdown.
  6533. *prefs*liFiles*frameLabel.labelString: Items
  6534. *prefs*liFiles*bookmarkToggle.labelString: Bookmarks
  6535. *prefs*liFiles*cookiesToggle.labelString: Cookies
  6536. *prefs*liFiles*filterToggle.labelString: Mail Filters
  6537. *prefs*liFiles*addrbookToggle.labelString: Address Book
  6538. *prefs*liFiles*historyToggle.labelString: History
  6539. *prefs*liFiles*prefsToggle.labelString: User Preferences
  6540. *prefs*liFiles*javasecToggle.labelString: Java Security
  6541. *prefs*liFiles*certToggle.labelString: Certificates and Private Keys
  6542.  
  6543. ! Preferences dialog - Advanced/Disk space
  6544.  
  6545. *prefs*diskSpace*allMsgsBoxLabel.labelString:     All Messages
  6546. *prefs*diskSpace*maxMsgSize.labelString:         Do not store messages locally that are larger than
  6547. *prefs*diskSpace*k.labelString:                 kB
  6548. *prefs*diskSpace*askThreshold.labelString:         Automatically compact folders when it will save over
  6549. *prefs*diskSpace*k2.labelString:                 kB
  6550.  
  6551. *prefs*diskSpace*newsMsgsBoxLabel.labelString:     Newsgroups Messages Only
  6552. *prefs*diskSpace*newsMsgsLabel.labelString:     When it's time to clean up messages:
  6553. *prefs*diskSpace*keepNewsByAge.labelString:        Keep messages which have arrived within the past
  6554. *prefs*diskSpace*keepAllNews.labelString:        Keep all messages
  6555. *prefs*diskSpace*keepNewsByCount.labelString:    Keep
  6556. *prefs*diskSpace*keepUnreadNews.labelString:    Keep only unread messages
  6557. *prefs*diskSpace*daysLabel.labelString:         days
  6558. *prefs*diskSpace*msgsLabel.labelString:         newest messages
  6559. *prefs*diskSpace*more.labelString:                 More Options...
  6560. *prefs*diskSpace*rmMsgBodyToggle.labelString:    Remove message bodies only older than
  6561.  
  6562. ! Preferences dialog - Advanced/Help Files
  6563.  
  6564. *prefs*helpFiles*helpLabel.labelString:     Help files come from:
  6565. *prefs*helpFiles*netscapeToggle.labelString:Netscape's Help site
  6566. *prefs*helpFiles*installToggle.labelString:    Installed Help files
  6567. *prefs*helpFiles*customToggle.labelString:    Custom Page:
  6568. *prefs*helpFiles*browse.labelString:         Choose...
  6569.  
  6570. ! Preferences dialog - Advanced/SmartUpdate
  6571. *prefs*smartUpdate*enableToggle.labelString:     Enable SmartUpdate
  6572. *prefs*smartUpdate*confirmToggle.labelString:     Require manual confirmation of each install
  6573.  
  6574. *prefs*smartUpdate*uninstallLabel.labelString: To uninstall, select from the following list and click the Uninstall button
  6575. *prefs*smartUpdate*uninstallButton.labelString: Uninstall
  6576.  
  6577. ! Preferences dialog - Browser
  6578.  
  6579. *prefs*browser*indicatorType:                ONE_OF_MANY
  6580. *prefs*browser*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  6581. *prefs*browser*browserBoxLabel.labelString:    Browser starts with
  6582. *prefs*browser*blankPage.labelString:        Blank page
  6583. *prefs*browser*homePage.labelString:        Home page
  6584. *prefs*browser*lastPage.labelString:        Last page visited
  6585. *prefs*browser*homePageBoxLabel.labelString:Home page
  6586. *prefs*browser*homePageLabel.labelString:    Clicking the Home button will take you to this page.
  6587. *prefs*browser*locLabel.labelString:        Location:
  6588. *prefs*browser*browse.labelString:            Choose...
  6589. *prefs*browser*useCurrent.labelString:        Use Current Page
  6590. *prefs*browser*historyBoxLabel.labelString:    History
  6591. *prefs*browser*expireLabel.labelString:        History expires after
  6592. *prefs*browser*daysLabel.labelString:        days
  6593. *prefs*browser*expireNow.labelString:        Clear History
  6594.  
  6595. ! Preferences dialog - Browser/Languages
  6596.  
  6597. *prefs*lang*langLabel.alignment:            ALIGNMENT_BEGINNING
  6598. *prefs*lang*langLabel.labelString:    \
  6599. Choose in order of preference the language(s) in which you prefer to\n\
  6600. view web pages. Web pages are sometimes available in serveral\n\
  6601. languages. Navigator presents the pages in the available language\n\
  6602. you most prefer.
  6603. *prefs*lang*addButton.labelString:        Add...
  6604. *prefs*lang*deleteButton.labelString:    Delete
  6605.  
  6606. ! Preferences dialog - Mail News
  6607.  
  6608. *prefs.quotedTextStyle.plain:                Plain
  6609. *prefs.quotedTextStyle.bold:                Bold
  6610. *prefs.quotedTextStyle.italic:                Italic
  6611. *prefs.quotedTextStyle.boldItalic:            Bold Italic
  6612. *prefs.quotedTextSize.normal:                Normal
  6613. *prefs.quotedTextSize.bigger:                Bigger
  6614. *prefs.quotedTextSize.smaller:                Smaller
  6615. *prefs*mailnews*quotedTextLabel.labelString:    \
  6616. Plain quoted text beginning with ">" is displayed with
  6617. *prefs*mailnews*quotedTextStyleLabel.labelString:    Style:
  6618. *prefs*mailnews*quotedTextSizeLabel.labelString:    Size:
  6619. *prefs*mailnews*quotedTextColorLabel.labelString:    Color:
  6620. *prefs*mailnews*msgArticleLabel.labelString:    \
  6621. Display plain text messages and articles with
  6622. *prefs*mailnews*fixedWidthFont.labelString:            Fixed width font
  6623. *prefs*mailnews*varWidthFont.labelString:            Variable width font
  6624. *prefs*mailnews*rememberSelected.labelString: Remember the last selected message.
  6625. *prefs*mailnews*reuseThread.labelString: Double-clicking a folder or newsgroup opens it in a new window.
  6626. *prefs*mailnews*reuseMsg.labelString: Double-clicking a message opens it in a new window.
  6627. *prefs*mailnews*confirmFolderTrash.labelString: Confirm when moving folders to the trash.
  6628.  
  6629. *prefs*mailnews*newsBehaviorLabel.labelString: The Newsgroups menu item or button:
  6630. *prefs*mailnews*newsInThreePaneToggle.labelString: Opens newsgroups in a Messenger window.
  6631. *prefs*mailnews*newsInMessageCenterToggle.labelString: Opens the Message Center.
  6632. ! Preferences dialog - Mail News/Messages
  6633. *prefs*mailnewsMessages*replyLabel.labelString: Forwarding and Replying to messages:
  6634. *prefs*mailnewsMessages*forwardLabel.labelString: By default, forward messages:
  6635. *prefs*mailnewsMessages*autoquoteToggle.labelString: Automatically quote the original message when replying
  6636. *prefs*mailnewsMessages*autoquoteMyReplyLabel.labelString: Then, 
  6637. *prefs*mailnewsMessages*autoquoteSepLabel.labelString: Separate reply and quoted text by 
  6638. *prefs*mailnewsMessages*autoquoteSepLinesLabel.labelString: lines
  6639. *prefs*mailnewsMessages*spellToggle.labelString: Spell check messages before sending
  6640. *prefs*mailnewsMessages*wrapLabel.labelString: Message Wrapping:
  6641. *prefs*mailnewsMessages*wrapToggle.labelString: Wrap incoming, plain text messages to window width
  6642. *prefs*mailnewsMessages*wrapLengthLabel.labelString: Wrap outgoing, plain text messages at:
  6643. *prefs*mailnewsMessages*wrapLengthAfterLabel.labelString: characters
  6644. *prefs*mailnewsMessages*eightbitLabel.labelString: Send messages that use 8-bit characters:
  6645. *prefs*mailnewsMessages*eightbitAsIsToggle.labelString: As is (does not work well with some mail servers)
  6646. *prefs*mailnewsMessages*eightbitQuotedToggle.labelString: \
  6647. Using the "quoted printable" MIME encoding\n\
  6648. (does not work well with some mail or newsgroup readers)
  6649.  
  6650. ! Preferences dialog - Mail News/Identity
  6651.  
  6652. *prefs*mailnewsIdentity*idLabel.labelString:        \
  6653. The information below is needed before you can send mail. If you do\n\
  6654. not know the information requested, please contact your system\n\
  6655. administrator or Internet Service Provider.
  6656. *prefs*mailnewsIdentity*nameLabel.labelString:    Your name:
  6657. *prefs*mailnewsIdentity*emailAddrLabel.labelString:    Email address:
  6658. *prefs*mailnewsIdentity*replyToAddrLabel.labelString:    \
  6659. Reply-to address (only needed if different from email address):
  6660. *prefs*mailnewsIdentity*orgLabel.labelString:    Organization:
  6661. *prefs*mailnewsIdentity*sigFileLabel.labelString:    Signature File:
  6662. *prefs*mailnewsIdentity*browse.labelString:        Choose...
  6663. *prefs*mailnewsIdentity*editCardButton.labelString: Edit Card...
  6664. *prefs*mailnewsIdentity*attachCard.labelString:    Attach my personal card to messages (as a vCard)
  6665. *prefs*mailnewsIdentity*editCard.labelString:    Edit Card...
  6666.  
  6667. ! Preferences dialog - Mail News/Mail Server
  6668.  
  6669. *prefs*mailnewsMserver*iServerFrame*incomingServerLabel.labelString: \
  6670.  Incoming Mail Servers
  6671. *prefs*mailnewsMserver*oServerFrame*outgoingServerLabel.labelString: \
  6672. Outgoing Mail Server
  6673. *prefs*mailnewsMserver*localFrame*localMailDirLabel.labelString: \
  6674. Local mail directory
  6675. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*newButton.labelString: \
  6676. Add...
  6677. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*editButton.labelString: \
  6678. Edit...
  6679. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*deleteButton.labelString: \
  6680. Delete
  6681. *prefs*mailnewsMserver*iServerFrame*iServerBox*ButtonForm*defaultButton.labelString: \
  6682. Set as Default
  6683.  
  6684. *prefs*mailnewsMserver*iServerFrame*iServerBox*incomingServerLabel.labelString:\
  6685. To set server properties (such as checking for\n\
  6686. new messages automatically), select a server\n\
  6687. and then click Edit.
  6688. *SubUpgradeDialog*paragraphLabel.labelString: \
  6689. Messenger detects that you have upgraded from a previous version. In order to read your\n\
  6690. mail, Messenger will need to know which folders you would like to subscribe to.\n\
  6691. \n\
  6692. Only folders you subscribe to will appear in your folder view. Any folders you do not\n\
  6693. subscribe to will not be available. (Note: you can always change which folders\n\
  6694. you subscribe to later on by selecting Subscribe from the File menu.)
  6695. *SubUpgradeDialog*customToggle.labelString: \
  6696. Let me choose now which folders are subscribed to
  6697.  
  6698. ! Preferences dialog - incoming mail server - new server pop up
  6699.  
  6700. *MailServerInfo.title:    Netscape: Mail server info
  6701. *MailServerInfo*form1*ServerName.labelString: \
  6702. Server Name:
  6703. *MailServerInfo*form1*ServerType.labelString: \
  6704. Server Type:
  6705. *MailServerInfo*form1*ServerUser.labelString: \
  6706. User Name:
  6707. *MailServerInfo*form1*RememberPass.labelString: \
  6708. Remember password.
  6709. *MailServerInfo*form1*CheckMail.labelString: \
  6710. Check for mail every
  6711. *MailServerInfo*form1*MinuteLabel.labelString: \
  6712. minutes.
  6713. *MailServerInfo*form1*downloadToggle.labelString: \
  6714. Automatically download any new messages.
  6715. *MailServerInfo*form1*imapOption.labelString: IMAP
  6716. *MailServerInfo*form1*popOption.labelString: POP
  6717. *MailServerInfo*form1*movemailOption.labelString: MoveMail
  6718.  
  6719. ! Imap tab
  6720.  
  6721. *prefs_popup*MailServerInfo*xmlFolder*form2*imapImap.labelString: IMAP
  6722. *prefs_popup*MailServerInfo*xmlFolder*form2*deleteLabel.labelString: \
  6723. When I delete a message:
  6724. *prefs_popup*MailServerInfo*xmlFolder*form2*trashToggle.labelString: \
  6725. Move it to the Trash folder.\n\
  6726. (It will be removed when I select 'Empty Trash')
  6727. *prefs_popup*MailServerInfo*xmlFolder*form2*markToggle.labelString: \
  6728. Mark it as deleted.\n\
  6729. (It will be removed when I select 'Compact This Folder')
  6730. *prefs_popup*MailServerInfo*xmlFolder*form2*removeToggle.labelString: \
  6731. Remove it immediately.\n\
  6732. (It can be restored by selecting Undo)
  6733. *prefs_popup*MailServerInfo*xmlFolder*form2*trashExitToggle.labelString:\
  6734. Empty Trash on Exit.
  6735. *prefs_popup*MailServerInfo*xmlFolder*form2*expungeExitToggle.labelString:\
  6736. Clean up ("Expunge") Inbox on Exit.
  6737. *prefs_popup*MailServerInfo*xmlFolder*form2*UseSSL.labelString: \
  6738. Use secure connection. (SSL)
  6739.  
  6740. ! Advanced tab 
  6741.  
  6742. *MailServerInfo*form3*PathPrefsLabel.labelString: \
  6743. These preferences specify the different namespaces on your\n\
  6744. IMAP server.
  6745. *MailServerInfo*form3*PersonalDir.labelString: \
  6746. Personal Namespace
  6747. *MailServerInfo*form3*PublicDir.labelString: \
  6748. Public (shared)
  6749. *MailServerInfo*form3*OtherUsers.labelString: \
  6750. Other Users
  6751. *MailServerInfo*form3*AllowServer.labelString: \
  6752. Allow server to override these namespaces
  6753. *MailServerInfo*form3*imapDirLabel.labelString: \
  6754. IMAP server directory:
  6755. *MailServerInfo*form3*subfolderMessageToggle.labelString: \
  6756. Server supports folders that contain subfolders and messages.
  6757. *MailServerInfo*form3*useSubscriptions.labelString: \
  6758. Show only subscribed folders.
  6759.  
  6760. ! pop server - general tab
  6761.  
  6762. *MailServerInfo*form4*LeaveMessages.labelString: \
  6763. Leave messages on server
  6764. *MailServerInfo*form4*deleteOnPopServer.labelString: \
  6765. When deleting a message locally, remove it from the server.
  6766.  
  6767. ! Movemail tab
  6768.  
  6769. *MailServerInfo*form5*builtinToggle.labelString: Use built-in movemail
  6770. *MailServerInfo*form5*externalToggle.labelString: Use an external application:
  6771. *MailServerInfo*form5*appChoose.labelString: Choose..
  6772. ! Preferences dialog - outgoing mail server
  6773. *prefs*mailnewsMserver*oServerFrame*oServerBox*outgoingServerLabel.labelString: \
  6774. Outgoing mail (SMTP) server:
  6775. *prefs*mailnewsMserver*oServerFrame*oServerBox*serverUsernameLabel.labelString:\
  6776. Outgoing mail server user name:
  6777. *prefs*mailnewsMserver*oServerFrame*oServerBox*chooseSSLLabel.labelString: \
  6778. Use Secure Socket Layer (SSL) or TLS for outgoing messages:
  6779. *prefs*mailnewsMserver*oServerFrame*oServerBox*sslNever.labelString: \
  6780. Never
  6781. *prefs*mailnewsMserver*oServerFrame*oServerBox*sslIfPossible.labelString: \
  6782. If Possible
  6783. *prefs*mailnewsMserver*oServerFrame*oServerBox*sslAlways.labelString: \
  6784. Always
  6785.  
  6786. ! Preferences dialog - mail server - local mail directory
  6787.  
  6788. *prefs*mailnewsMserver*localFrame*localBox*localMailDir.labelString: \
  6789. Directory: 
  6790. *prefs*mailnewsMserver*localFrame*localBox*chooseButton.labelString: \
  6791. Choose...
  6792.  
  6793. ! Preferences dialog - Mail News/News Server
  6794.  
  6795. *prefs*mailnewsNServer*serverLabel.labelString:
  6796. *prefs*mailnewsNServer*serverAddButton.labelString: Add...
  6797. *prefs*mailnewsNServer*serverEditButton.labelString: Edit...
  6798. *prefs*mailnewsNServer*serverDeleteButton.labelString: Delete
  6799. *prefs*mailnewsNServer*serverDefaultButton.labelString: Set as Default
  6800. *prefs*mailnewsNServer*localLabel.labelString: Newsgroup directory:
  6801. *prefs*mailnewsNServer*dirLabel.labelString: Newsgroup (news) folder:
  6802. *prefs*mailnewsNServer*chooseButton.labelString: Choose...
  6803. *prefs*mailnewsNServer*sizeLimitToggle.labelString: Ask me before downloading more than 
  6804. *prefs*mailnewsNServer*sizeLimit2.labelString: messages.
  6805.  
  6806. ! Preferences dialog - Mail News/News Server popup
  6807.  
  6808. *NewsServerInfo*serverLabel.labelString: Server:
  6809. *NewsServerInfo*portLabel.labelString: Port:
  6810. *NewsServerInfo*sslToggle.labelString: \
  6811. Support encrypted connections (SSL)
  6812. *NewsServerInfo*passwordToggle.labelString: \
  6813. Always use name and password
  6814.  
  6815. ! Preferences dialog - Mail News/Address Book
  6816.  
  6817. *prefs*mailnewsAddrBook*addrBookLabel.labelString:    \
  6818. When searching directories, search for items using\n\
  6819. these directories in the following order:
  6820. *prefs*mailnewsAddrBook*newButton.labelString:        New...
  6821. *prefs*mailnewsAddrBook*editButton.labelString:        Edit...
  6822. *prefs*mailnewsAddrBook*deleteButton.labelString:    Delete
  6823. *prefs*mailnewsAddrBook*fullNameLabel.labelString:    Show full names as
  6824. *prefs*mailnewsAddrBook*firstLastToggle.labelString:(First Name)(Last Name)
  6825. *prefs*mailnewsAddrBook*lastFirstToggle.labelString:(Last Name),(First Name)
  6826. *prefs*mailnewsAddrBook*firstLastLabel.labelString:    (John Smith)
  6827. *prefs*mailnewsAddrBook*lastFirstLabel.labelString:    (Smith, John)
  6828.  
  6829. *prefs*mailnewsAddress*messageLabel.labelString: Pinpoint Addressing:
  6830. *prefs*mailnewsAddress*completeLabel.labelString: Look for addresses in the following:
  6831. *prefs*mailnewsAddress*completeABToggle.labelString: Address books.
  6832. *prefs*mailnewsAddress*completeDirToggle.labelString: Directory server:
  6833. *prefs*mailnewsAddress*conflictLabel.labelString: When there are multiple addresses found:
  6834. *prefs*mailnewsAddress*conflictShowToggle.labelString: Show me a list of choices
  6835. *prefs*mailnewsAddress*conflictAcceptToggle.labelString: Accept what I have typed
  6836. *prefs*mailnewsAddress*onlyMatchLabel.labelString: If there is only one match in your personal address books:
  6837. *prefs*mailnewsAddress*onlyMatchToggle.labelString: Use the address and do not search in the directory
  6838. *prefs*mailnewsAddress*sortLabel.labelString: When displaying full names:
  6839. *prefs*mailnewsAddress*sortFirstToggle.labelString: Show names using display name. (from address book card)
  6840. *prefs*mailnewsAddress*sortLastToggle.labelString: Show names using last name, first name.
  6841. ! Preferences dialog - Mail News/Directory - New/Edit
  6842.  
  6843. *prefsLdapProp*fontList:                    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  6844. *prefsLdapProp_popup.title:                    Netscape: LDAP Server Preferences
  6845. *prefsLdapProp*descLabel.labelString:        Description:    
  6846. *prefsLdapProp*serverLabel.labelString:        LDAP Server:
  6847. *prefsLdapProp*rootLabel.labelString:        Search Root:
  6848. *prefsLdapProp*portNumberLabel.labelString:    Port Number:
  6849. *prefsLdapProp*numHitLabel.labelString:        Maximum Number of Hits:
  6850. *prefsLdapProp*secure.labelString:            Secure
  6851. *prefsLdapProp*savePasswd.labelString:        Save Password
  6852.  
  6853. ! Preferences dialog - Mail News/Message Copies
  6854.  
  6855. *prefs*mailnewsCopies*newsCopies.labelString: When sending a newsgroup message, automatically
  6856. *prefs*mailnewsCopies*newsOtherToggle.labelString: BCC other addresses:
  6857. *prefs*mailnewsCopies*newsChooseButton.labelString: Choose Folder ...
  6858. *prefs*mailnewsCopies*newsFccToggle.labelString: Folder %s on %s
  6859. *prefs*mailnewsCopies*mailCopies.labelString: When sending a mail message, automatically
  6860. *prefs*mailnewsCopies*mailOtherToggle.labelString: BCC other addresses:
  6861. *prefs*mailnewsCopies*mailChooseButton.labelString: Choose Folder ...
  6862. *prefs*mailnewsCopies*mailFccToggle.labelString: Folder %s on %s
  6863. *prefs*mailnewsCopies*dtCopies.labelString: Storage for Drafts and Templates
  6864. *prefs*mailnewsCopies*dSaveToggle.labelString: Keep drafts in '%s' on %s
  6865. *prefs*mailnewsCopies*tSaveToggle.labelString: Keep templates in '%s' on %s
  6866. *prefs*mailnewsCopies*dFccButton.labelString: Choose Folder ...
  6867. *prefs*mailnewsCopies*tFccButton.labelString: Choose Folder ...
  6868.  
  6869. *prefsMailFolderDialog*specificFolder.labelString: Other:
  6870.  
  6871. ! Preferences dialog - HTML Formatting
  6872. *prefs*mailnewsHTML*useHTML.labelString: Message formatting
  6873. *prefs*mailnewsHTML*useHTMLToggle.labelString: Use the HTML editor to compose messages.
  6874. *prefs*mailnewsHTML*usePlainToggle.labelString: Use the plain text editor to compose messages.
  6875. *prefs*mailnewsHTML*noHTML.labelString: When sending HTML messages to recipients who are not\nlisted as being able to receive them:
  6876. *prefs*mailnewsHTML*noHTMLoverride.labelString: You can override these settings in any message through the\noptions panel of the message composition window.
  6877. *prefs*mailnewsHTML*noHTMLAsk.labelString: Ask me what to do if the message has HTML formatting,\notherwise send plain text.
  6878. *prefs*mailnewsHTML*noHTMLText.labelString: Convert the message into plain text.\n(may lose some formatting)
  6879. *prefs*mailnewsHTML*noHTMLHTML.labelString: Send the message in HTML anyway\n(some recipients may not be able to read it)
  6880. *prefs*mailnewsHTML*noHTMLBoth.labelString: Send the message in plain text and HTML\n(uses more disk space)
  6881.  
  6882. *prefs*editor*authorLabel.labelString:        Author name:
  6883. *prefs*editor*externalFrameTitle.labelString:    External editors
  6884. *prefs*editor*htmlLabel.labelString:        HTML source:
  6885. *prefs*editor*imageLabel.labelString:        Images:
  6886. *prefs*editor*locationLabel.labelString:    Template for new page:
  6887. *prefs*editor*restoreDefault.labelString:    Use Default
  6888. *prefs*editor*browseTemplate.labelString:    Choose...
  6889. *prefs*editor*autosaveEnable.labelString:    Automatically save page every
  6890. *prefs*editor*minutes.labelString:            minutes
  6891. *prefs*editor*browse.labelString:            Choose...
  6892.  
  6893. ! Preferences dialog - Read Receipts
  6894. *prefs*mailnewsReceipts*requestReceiptsLabel.labelString: If I request a receipt when sending a message, I want
  6895. *prefs*mailnewsReceipts*dsn.labelString: A delivery receipt from the receiving server (DSN)
  6896. *prefs*mailnewsReceipts*mdn.labelString: A read receipt notify me when recipients display this message (MDN)
  6897. *prefs*mailnewsReceipts*both.labelString: Both types of receipt
  6898. *prefs*mailnewsReceipts*receiptsArriveLabel.labelString: When a receipt arrives
  6899. *prefs*mailnewsReceipts*inbox.labelString: Leave it in my inbox
  6900. *prefs*mailnewsReceipts*sentmail.labelString: Move it to my Sent Mail folder
  6901. *prefs*mailnewsReceipts*receiveReceiptsLabel.labelString: When I receive a message and sender requested a receipt (MDN)
  6902. *prefs*mailnewsReceipts*never.labelString: Never return a receipt
  6903. *prefs*mailnewsReceipts*some.labelString: Return receipts for some messages
  6904. *prefs*mailnewsReceipts*customizeButton.labelString: Customize...
  6905.  
  6906. ! make sure these are multi-line, otherwise the widgets line up funny
  6907. *prefsDialogReceipts.title: Customize Return Receipts
  6908. *prefsDialogReceipts*instructLabel.labelString:\
  6909. When I receive a message and its sender requested a receipt\n\
  6910. (MDN), send one in the following cases:
  6911. *prefsDialogReceipts*mailingLabel.labelString:\
  6912. If I'm not in the To or CC list of the message\n\
  6913. (as for a message to a mailing list):
  6914. *prefsDialogReceipts*outsideLabel.labelString:\
  6915. If the message comes from outside the\n\
  6916. domain (domain here):
  6917. *prefsDialogReceipts*otherLabel.labelString:\
  6918. In all other cases:
  6919.  
  6920. ! Preferences dialog - Editor/Publish
  6921.  
  6922. *prefs*editor*linksAndImagesTitle.labelString:    Links and images
  6923. *prefs*editor*linksAndImagesLabel.labelString:    \
  6924. When saving remote documents and when inserting links and images:
  6925. *prefs*editor*linksToggle.labelString:        Maintain links
  6926. *prefs*editor*linksInfo.labelString:            \
  6927. Adjust links to work from the document's location. Links to local\n\
  6928. files will work when local versions exist.
  6929. *prefs*editor*imagesToggle.labelString:        Keep images with document
  6930. *prefs*editor*imagesInfo.labelString:        \
  6931. Save copies of images to the document's location. Images will\n\
  6932. always appear in local versions of the document and when it is\n\
  6933. published.
  6934. *prefs*editor*linksAndImagesTip.labelString:        \
  6935. Tip: Set both options if you will be using remote publishing.
  6936. *prefs*editor*publishTitle.labelString:        Default publishing location
  6937. *prefs*editor*publishLabel.labelString:        Publish to (FTP or HTTP):    
  6938. *prefs*editor*browseLabel.labelString:        Browse to (HTTP):
  6939.  
  6940. ! Preferences dialog - Offline
  6941.  
  6942. *prefs*offline*startupBoxLabel.labelString:    Startup Communicator in
  6943. *prefs*offline*online.labelString:            Online Work Mode
  6944. *prefs*offline*offline.labelString:            Offline Work Mode
  6945. *prefs*offline*ask.labelString:                Ask Me
  6946. *prefs*offline*onlineDesc.labelString:\
  6947. Choose this if you are on a network and connected to the\n\
  6948. Internet all the time.
  6949. *prefs*offline*offlineDesc.labelString:\
  6950. Choose this if you use a modem and/or want to control\n\
  6951. when you make network connections.
  6952. *prefs*offline*askDesc.labelString:\
  6953. Choose this if you are not sure when you will have access\n\
  6954. to a network when you use Communicator. You will be\n\
  6955. prompted with a choice dialog on start up.
  6956.  
  6957. ! Preferences dialog - Offline/News
  6958.  
  6959. *prefs*offlineNews*downloadBoxLabel.labelString:     Message Download
  6960. *prefs*offlineNews*downloadMsgs.labelString:         Download
  6961. *prefs*offlineNews*downloadByDate.labelString:        Download by date
  6962. *prefs*offlineNews*downloadDateFrom.labelString:    from
  6963. *prefs*offlineNews*downloadDateSince.labelString:    since
  6964. *prefs*offlineNews*msgsLabel.labelString:            messages
  6965. *prefs*offlineNews*daysAgoLabel.labelString:        days ago
  6966. *prefs*offlineNews*discussionLabel.labelString:    \
  6967. In order to read newsgroups offline, you must first select them for\n\
  6968. download. Click the Select newsgroups... button to choose newsgroups\n\
  6969. for download.
  6970. *prefs*offlineNews*selectDiscussion.labelString:    Select Newsgroups...
  6971. *prefs*offlineNews*discussionLabel2.labelString:    (12 newsgroups selected)
  6972.  
  6973. ! Preferences dialog - page labels
  6974.  
  6975. *pref.appearance:                    Appearance
  6976. *pref.fonts:                        Fonts
  6977. *pref.colors:                        Colors
  6978. *pref.browser:                        Navigator
  6979. *pref.lang:                            Languages
  6980. *pref.smart:                        Smart Browsing
  6981. *pref.applications:                    Applications
  6982. *pref.mailNews:                        Mail & Newsgroups
  6983. *pref.identity:                        Identity
  6984. *pref.messages:                     Messages
  6985. *pref.mailServer:                    Mail Servers
  6986. *pref.newsServer:                    Newsgroups Servers
  6987. *pref.addressing:                   Addressing
  6988. *pref.copies:                       Copies and Folders
  6989. *pref.htmlmail:                     Formatting
  6990. *pref.readreceipts:                 Return Receipts
  6991. *pref.diskSpace:                    Disk Space
  6992. *pref.editor:                        Composer
  6993. *pref.editorAppearance:                New Page Colors
  6994. *pref.editorPublish:                Publish
  6995. *pref.offline:                        Offline
  6996. *pref.offlineNews:                    Groups
  6997. *pref.helpFiles:                    Help Files
  6998. *pref.advanced:                        Advanced
  6999. *pref.cache:                        Cache
  7000. *pref.proxies:                        Proxies
  7001. *pref.liGeneral:                    Roaming User
  7002. *pref.liServer:                        Server Information
  7003. *pref.liFiles:                        Item Selection
  7004.  
  7005. *prefDesc.appearance:                Change the appearance of the display
  7006. *prefDesc.fonts:                    Change the fonts in your display
  7007. *prefDesc.colors:                    Change the colors in your display
  7008. *prefDesc.browser:                    Specify the home page location
  7009. *prefDesc.lang:                        View web pages in different languages
  7010. *prefDesc.smart:                    Configure browsing aids
  7011. *prefDesc.applications:                Specify helper applications for different file types
  7012. *prefDesc.mailNews:                    Settings for Mail and Newsgroups
  7013. *prefDesc.identity:                    Set your name, email address, and signature file
  7014. *prefDesc.composition:                Choose settings for outgoing messages
  7015. *prefDesc.mailServer:                Specify servers for mail
  7016. *prefDesc.newsServer:                Specify your servers for reading newsgroups
  7017. *prefDesc.addressBook:                Choose directories for searching addresses
  7018. *prefDesc.addressing:               Settings for addressing messages
  7019. *prefDesc.copies:                   Copies, drafts, and templates
  7020. *prefDesc.messages:                 Choose settings for messages
  7021. *prefDesc.htmlMail:                 Message formatting
  7022. *prefDesc.readReceipts:             Settings for requesting or returning receipts.
  7023. *prefDesc.editor:                    Set general preferences for authoring Web pages
  7024. *prefDesc.editorAppearance:            Choose default appearance of new Web pages
  7025. *prefDesc.editorPublish:            Designate the default publishing location
  7026. *prefDesc.offline:                    Choose the startup mode of the product
  7027. *prefDesc.offlineNews:                Choose settings for reading newsgroups offline
  7028. *prefDesc.diskSpace:                Manage the amount of disk space taken by messages
  7029. *prefDesc.helpFiles:                Choose Help files
  7030. *prefDesc.advanced:                    Change preferences that affect the entire product
  7031. *prefDesc.cache:                    Designate the size of the cache
  7032. *prefDesc.proxies:                    Configure proxies to access the Internet
  7033. *prefDesc.liGeneral:                Enter your server login information
  7034. *prefDesc.liServer:                    Specify the Roaming Access server information
  7035. *prefDesc.liFiles:                    Specify which items to transfer
  7036. *prefDesc.smartUpdate:                Configure software installation
  7037.  
  7038. ! Preferences dialog - TODOs
  7039.  
  7040.  
  7041. *prefs*mailnewsMserver*inboxToggle.sensitive:    false
  7042.  
  7043.  
  7044. ! Color picker
  7045.  
  7046. *colorDialog_popup.title:            Netscape: Color Picker
  7047.  
  7048. ! Mail/News banners
  7049. *bannerItem.shadowType:                shadow_out
  7050. *bannerItem.shadowThickness:        1
  7051. *bannerItem.marginLeft:                1
  7052. *bannerItem.marginRight:            1
  7053. *bannerItem.marginTop:                1
  7054. *bannerItem.marginBottom:            1
  7055.  
  7056. *banner*mommy.buttonLayout:            button_pixmap_only
  7057.  
  7058. ! Subscribe UI
  7059.  
  7060. *subscribeFolder*fontList: -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7061. *subscribeFolder*subscribe.labelString: Subscribe
  7062. *subscribeFolder*unsubscribe.labelString: Unsubscribe
  7063. *subscribeFolder*setSubscribe.labelString:    Subscribe
  7064. *subscribeFolder*clearSubscribe.labelString:  Unsubscribe
  7065. *subscribeFolder*expandAll.labelString:        Expand
  7066. *subscribeFolder*collapseAll.labelString:    Collapse All
  7067. *subscribeFolder*fetchGroupList.labelString:    Refresh List
  7068. *subscribeFolder*stopLoading.labelString:    Stop
  7069. *subscribeFolder*getNewGroups.labelString:    Get New
  7070. *subscribeFolder*clearNewGroups.labelString:    Clear New
  7071. *subscribeFolder*search.labelString:        Search Now
  7072. *subscribeFolder*addNewsServer.labelString:    Add Server...
  7073. *subscribeFolder*subNewInfoLabel.labelString: This list shows all new newsgroups since you last cleared the list.
  7074. *subscribeFolder*searchLabel.labelString:    Search For:
  7075. *subscribeFolder*onserverLabel.labelString:    On Server:
  7076. *subscribeFolder*serverLabel.labelString:    Server:
  7077. *subscribeFolder*newsgroupLabel.labelString:    Newsgroup:
  7078. *subscribeFolder*subNewInfoLabel.alignment:    ALIGNMENT_BEGINNING
  7079.  
  7080. ! The Add server dialog
  7081. *serverDialog*fontList:                        -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7082. *serverDialogForm*serverLabel.labelString:    Server Name:
  7083. *serverDialogForm*portLabel.labelString:    Server Port:
  7084. *serverDialogForm*secureLabel.labelString:    Secure:
  7085. *serverDialogForm*secureToggle.labelString:
  7086.  
  7087. ! Compose Window attachment panel resources
  7088. *newComposeFolder*attachItemImage.highlightThickness:      2
  7089. *newComposeFolder*attachItemImage.navigationType: NONE
  7090.  
  7091. *addressFolderBaseWidget*addressBook.labelString:     Address Book
  7092. *addressBook.documentationString: Attach an address book card to the current message
  7093.  
  7094. *subjectFormW*subjectLabel.labelString:        Subject:
  7095. *PriorityOption.labelString:            Priority:
  7096. *optionForm*returnReceipt.labelString:        Request return receipt
  7097. *optionForm*encrypted.labelString:        Encrypted
  7098. *optionForm*signed.labelString:            Signed
  7099. *optionForm*leftMargin:            40
  7100. *optionForm*rightMargin:        40    
  7101.  
  7102. *TextEncodingOption.labelString:        Use 8-bit instead of MIME-compliant encoding for the message text
  7103. *AttachmentEncodingOption.labelString:        Use uuencode instead of MIME for attachments
  7104. *MessageActionOption.labelString:        Format:
  7105.  
  7106. !!
  7107. !! *menuBar
  7108. !!
  7109. *menuBar.shadowThickness:        1
  7110. *menuBar.marginHeight:            0
  7111. *menuBar.marginWidth:            0
  7112.  
  7113. !!
  7114. !! *toolBox
  7115. !!
  7116. *Navigator*toolBox*Tab0.tipString:        Navigation Toolbar
  7117. *Navigator*toolBox*Tab1.tipString:        Location Toolbar
  7118. *Navigator*toolBox*Tab2.tipString:        Personal Toolbar
  7119.  
  7120. *Editor*toolBox*Tab0.tipString:            Composition Toolbar
  7121. *Editor*toolBox*Tab1.tipString:            Formatting Toolbar
  7122.  
  7123. *Composition*toolBox*Tab0.tipString:    Message Toolbar
  7124. *Composition*toolBox*Tab1.tipString:    Addressing Area
  7125. *Composition*subjectFormW.toolBox*Tab0.tipString: Formatting Toolbar
  7126.  
  7127. *MailFolder*toolBox*Tab0.tipString:        Message Center Toolbar
  7128. *MailFolder*toolBox*Tab1.tipString:        Location Toolbar
  7129.  
  7130. *MailThread*toolBox*Tab0.tipString:        Message Toolbar
  7131. *MailThread*toolBox*Tab1.tipString:        Location Toolbar
  7132.  
  7133. *MailMsg*toolBox*Tab0.tipString:        Message Toolbar
  7134. *MailMsg*toolBox*Tab1.tipString:        Location Toolbar
  7135.  
  7136. *toolBox*Tab0.tipString:                Navigation Toolbar
  7137. *toolBox*Tab1.tipString:                Location Toolbar
  7138.  
  7139. *Navigator*toolBox*Tab0.documentationString:        Navigation Toolbar
  7140. *Navigator*toolBox*Tab1.documentationString:        Location Toolbar
  7141. *Navigator*toolBox*Tab2.documentationString:        Personal Toolbar
  7142.  
  7143. *Editor*toolBox*Tab0.documentationString:            Composition Toolbar
  7144. *Editor*toolBox*Tab1.documentationString:            Formatting Toolbar
  7145.  
  7146. *Composition*toolBox*Tab0.documentationString:    Message Toolbar
  7147. *Composition*toolBox*Tab1.documentationString:    Addressing Area
  7148. *Composition*subjectFormW.toolBox*Tab0.documentationString: Formatting Toolbar
  7149.  
  7150. *MailFolder*toolBox*Tab0.documentationString:        Message Center Toolbar
  7151. *MailFolder*toolBox*Tab1.documentationString:        Location Toolbar
  7152.  
  7153. *MailThread*toolBox*Tab0.documentationString:        Message Toolbar
  7154. *MailThread*toolBox*Tab1.documentationString:        Location Toolbar
  7155.  
  7156. *MailMsg*toolBox*Tab0.documentationString:        Message Toolbar
  7157. *MailMsg*toolBox*Tab1.documentationString:        Location Toolbar
  7158.  
  7159. *toolBox*Tab0.documentationString:                Navigation Toolbar
  7160. *toolBox*Tab1.documentationString:                Location Toolbar
  7161.  
  7162. !! Number of pixels to move an item before swapping
  7163. *toolBox.swapThreshold:                    10
  7164.  
  7165. !! Maximum number of pixels an item can be dragged (for one mouse motion)
  7166. *toolBox.dragThreshold:                    10
  7167.  
  7168. *toolBox.marginLeft:                    0
  7169. *toolBox.marginRight:                    0
  7170. *toolBox.marginTop:                        0
  7171. *toolBox.marginBottom:                    0
  7172.  
  7173. !!
  7174. !! *toolBar
  7175. !!
  7176. *toolBarItem.shadowType:                shadow_out
  7177. *toolBarItem.shadowThickness:            1
  7178. *toolBarItem.marginLeft:                1
  7179. *toolBarItem.marginRight:                1
  7180. *toolBarItem.marginTop:                    1
  7181. *toolBarItem.marginBottom:                1
  7182.  
  7183. *toolBar*XfeButton.marginBottom:        1
  7184. *toolBar*XfeButton.marginLeft:            1
  7185. *toolBar*XfeButton.marginRight:            1
  7186. *toolBar*XfeButton.marginTop:            1
  7187. *toolBar*XfeButton.shadowThickness:        1
  7188.  
  7189. *toolBar*XfeCascade.marginBottom:        1
  7190. *toolBar*XfeCascade.marginLeft:            1
  7191. *toolBar*XfeCascade.marginRight:        1
  7192. *toolBar*XfeCascade.marginTop:            1
  7193. *toolBar*XfeCascade.shadowThickness:    1
  7194.  
  7195. *toolBar*XmSeparator.shadowThickness:    0
  7196. *toolBar*XmSeparator.width:                20
  7197. *toolBar*XmSeparator.height:            2
  7198. *toolBar*XmSeparator.orientation:        horizontal
  7199.  
  7200. *toolBar*armOffset:                        1
  7201. *toolBar*fillOnEnter:                    false
  7202. *toolBar*raiseForeground:                Blue
  7203. *toolBar*fontList:                        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7204.  
  7205. *toolBar.spacing:                        0
  7206. *toolBar.shadowThickness:                0
  7207. *toolBar.marginLeft:                    0
  7208. *toolBar.marginRight:                    0
  7209. *toolBar.marginTop:                        0
  7210. *toolBar.marginBottom:                    0
  7211.  
  7212.  
  7213. !!
  7214. !! Browser Toolbar destinations
  7215. !!
  7216. !*toolBar*destinations.mapingDelay:                           1
  7217. !*toolBar*destinations*whatsNew.labelString:        What's New?
  7218. !*toolBar*destinations*whatsCool.labelString:    What's Cool?
  7219. !*toolBar*destinations*inetIndex.labelString:    The Internet
  7220. !*toolBar*destinations*inetSearch.labelString:    Net Search
  7221. !*toolBar*destinations*inetWhite.labelString:    People
  7222. !*toolBar*destinations*inetYellow.labelString:    Yellow Pages
  7223. !*toolBar*destinations*upgrade.labelString:        Software
  7224. !*toolBar*destinations*welcome.labelString:        Welcome
  7225. !*toolBar*destinations*newsgroups.labelString:    Groups
  7226.  
  7227. !!
  7228. !! *dashBoard
  7229. !!
  7230. *dashBoard.shadowThickness:                            1
  7231. *dashBoard.shadowType:                                shadow_out
  7232. *dashBoard.bottomOffset:                            0
  7233. *dashBoard.leftOffset:                                0
  7234. *dashBoard.rightOffset:                                0
  7235. *dashBoard.topOffset:                                0
  7236. *dashBoard.marginBottom:                            2
  7237. *dashBoard.marginLeft:                                2
  7238. *dashBoard.marginRight:                                2
  7239. *dashBoard.marginTop:                                2
  7240.  
  7241. !!
  7242. !! *dashBoard*securityBar
  7243. !!
  7244. *dashBoard*securityBar.marginBottom:                0
  7245. *dashBoard*securityBar.marginLeft:                    0
  7246. *dashBoard*securityBar.marginRight:                    0
  7247. *dashBoard*securityBar.marginTop:                    0
  7248. *dashBoard*securityBar.buttonLayout:                button_pixmap_only
  7249.  
  7250. !!
  7251. !! *dashBoard*viewSecurity
  7252. !!
  7253. *dashBoard*viewSecurity.shadowType:                    shadow_in
  7254. *dashBoard*viewSecurity.shadowThickness:            1
  7255. *dashBoard*viewSecurity.raiseOnEnter:                false
  7256. *dashBoard*viewSecurity.buttonType:                    button_none
  7257. *dashBoard*viewSecurity.marginTop:                    1
  7258. *dashBoard*viewSecurity.marginBottom:                1
  7259.  
  7260. !!
  7261. !! *dashBoard*statusBar
  7262. !!
  7263. *dashBoard*statusBar.shadowType:                    shadow_in
  7264. *dashBoard*statusBar.shadowThickness:                1
  7265. *dashBoard*statusBar.truncateLabel:                    false
  7266. *dashBoard*statusBar.fontList:                        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7267. *dashBoard*statusBar.labelAlignment:                alignment_beginning
  7268.  
  7269. ! initial value for the status bar
  7270. *dashBoard*statusBar.labelString:                    Netscape
  7271.  
  7272. !!
  7273. !! *dashBoard*progressBar
  7274. !!
  7275. *dashBoard*progressBar.shadowType:                    shadow_in
  7276. *dashBoard*progressBar.shadowThickness:                1
  7277. *dashBoard*progressBar.fontList:                    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7278. *dashBoard*progressBar.width:                        100
  7279.  
  7280. !! The color of the progress bar
  7281. *dashBoard*progressBar.barColor:                    Gray60
  7282.  
  7283. !! The about the cylon moves on each tick
  7284. *dashBoard*progressBar.cylonOffset:                    2
  7285.  
  7286. !! The interval in msec between cylon ticks
  7287. *dashBoard*progressBar.cylonInterval:                100
  7288.  
  7289. !! The cylon width (percent of total)
  7290. *dashBoard*progressBar.cylonWidth:                    20
  7291.  
  7292. !!
  7293. !! *dockedTaskBar
  7294. !!
  7295. *dockedTaskBar.shadowType:                                shadow_out
  7296. *dockedTaskBar.shadowThickness:                            1
  7297. *dockedTaskBar.spacing:                                    0
  7298. *dockedTaskBar.buttonLayout:                            button_pixmap_only
  7299. *dockedTaskBar*fontList:                                *-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7300.  
  7301. *dockedTaskBar*openOrBringUpBrowser.labelString:        Navigator
  7302. *dockedTaskBar*openInboxAndGetNewMessages.labelString:    Inbox
  7303. *dockedTaskBar*openNewsgroups.labelString:                Newsgroups
  7304. *dockedTaskBar*openAddrBook.labelString:                AddressBook
  7305. *dockedTaskBar*openEditor.labelString:                    Composer
  7306.  
  7307. *dockedTaskBar*openOrBringUpBrowser.tipString:            Open a browser window
  7308. *dockedTaskBar*openInboxAndGetNewMessages.tipString:    Open the mail window and get new messages
  7309. *dockedTaskBar*openNewsgroups.tipString:                Open the list of newsgroups
  7310. *dockedTaskBar*openAddrBook.tipString:                Open the address book 
  7311. *dockedTaskBar*openEditor.tipString:                    Open the web page editor
  7312.  
  7313. *openInboxAndGetNewMessages.documentationString:        Open the mail window and get new messages
  7314.  
  7315. *dockedTaskBar*XfeButton.marginBottom:                1
  7316. *dockedTaskBar*XfeButton.marginLeft:                1
  7317. *dockedTaskBar*XfeButton.marginRight:                1
  7318. *dockedTaskBar*XfeButton.marginTop:                    1
  7319. *dockedTaskBar*XfeButton.shadowThickness:            1
  7320.  
  7321. !!
  7322. !! *floatingTaskBar
  7323. !!
  7324. *floatingTaskBar.shadowType:                                shadow_out
  7325. *floatingTaskBar.shadowThickness:                            1
  7326. *floatingTaskBar.spacing:                                    0
  7327. *floatingTaskBar*fontList:                                *-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7328.  
  7329. *floatingTaskBar*openOrBringUpBrowser.labelString:            Navigator
  7330. *floatingTaskBar*openInboxAndGetNewMessages.labelString:    Inbox    
  7331. *floatingTaskBar*openNewsgroups.labelString:                Newsgroups
  7332. *floatingTaskBar*openAddrBook.labelString:                AddressBook
  7333. *floatingTaskBar*openEditor.labelString:                    Composer
  7334.  
  7335. *floatingTaskBar*openOrBringUpBrowser.tipString:            Open a browser window
  7336. *floatingTaskBar*openInboxAndGetNewMessages.tipString:    Open the mail window and get new messages
  7337. *floatingTaskBar*openNewsgroups.tipString:                Open the list of newsgroups
  7338. *floatingTaskBar*openAddrBook.tipString:                Open the address book 
  7339. *floatingTaskBar*openEditor.tipString:                    Open the web page editor
  7340.  
  7341. *openInboxAndGetNewMessages.documentationString:        Open the mail window and get new messages
  7342.  
  7343. *floatingTaskBar*XfeButton.marginBottom:            2
  7344. *floatingTaskBar*XfeButton.marginLeft:                2
  7345. *floatingTaskBar*XfeButton.marginRight:                2
  7346. *floatingTaskBar*XfeButton.marginTop:                2
  7347. *floatingTaskBar*XfeButton.shadowThickness:            1
  7348.  
  7349.  
  7350. !!
  7351. !! *taskBarContextMenu
  7352. !!
  7353. *taskBarContextMenu*floatingTaskBarAlwaysOnTop.labelString:        Always On Top
  7354. *taskBarContextMenu*floatingTaskBarClose.labelString:            Close
  7355.  
  7356. *floatingTaskBarVerticalCmdString:                                Vertical
  7357. *floatingTaskBarHorizontalCmdString:                            Horizontal
  7358.  
  7359. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  7360.  
  7361. ! buttons for compose/post  message pulldown on the toolbar
  7362. *toolBar*composeMessagePlain.labelString:     in Plain Text    
  7363. *toolBar*composeMessageHTML.labelString:     in HTML    
  7364.  
  7365. *toolBar*composeArticlePlain.labelString:     in Plain Text    
  7366. *toolBar*composeArticleHTML.labelString:     in HTML    
  7367.  
  7368. ! buttons specific to the folder frame.
  7369. *toolBar*getNewMessages.labelString:    Get Msg
  7370. *toolBar*composeMessage.labelString:    New Msg
  7371. *composeMessage.tipString:        New message
  7372. *toolBar*newFolder.labelString:        New Folder
  7373. *toolBar*addNewsgroup.labelString:    Subscribe
  7374. *toolBar*deleteFolder.labelString:    Delete
  7375. *toolBar*deleteAny.labelString:        Delete
  7376. *toolBar*deleteAny.tipString:     Delete the selected message
  7377. *toolBar*deleteAny.documentationString: Delete the selected message
  7378.  
  7379. *unsubscribeNewsgroupCmdString: Unsubscribe
  7380. !
  7381. *getNewMessages.tipString:    Get messages
  7382. *getNewMessages.documentationString:    Get new mail and newsgroup messages
  7383. *getNewMessages.labelString:    Get New Messages
  7384. *getNewMessages.mnemonic:    M
  7385.  
  7386. *newFolder.tipString:        New mail folder
  7387. *addNewsgroup.tipString:    Add a newsgroup
  7388. *deleteFolder.tipString:    Delete mail folder
  7389.  
  7390. ! buttons specific to the thread/message frame.
  7391. *toolBar*composeArticle.labelString: New Msg
  7392. *toolBar*replyToNewsgroup.labelString: Reply
  7393. *toolBar*replyToSender.labelString:    Reply
  7394. *toolBar*nextMessage.labelString:    Next
  7395. *toolBar*nextUnreadMessage.labelString:    Next Unread Message
  7396. *toolBar*nextUnreadThread.labelString:    Next Unread Thread
  7397. *toolBar*nextFlaggedMessage.labelString:     Next Flagged Message
  7398. *toolBar*nextCategory.labelString:    Next Category
  7399. *toolBar*nextUnreadCategory.labelString:    Next Unread Category
  7400. *toolBar*nextUnreadCollection.labelString:    Next Unread Collection
  7401. *toolBar*forwardMessage.labelString:    Forward
  7402. *toolBar*deleteMessage.labelString:    Delete
  7403. *toolBar*previousUnreadMessage.labelString: Previous
  7404. *toolBar*previousMessage.labelString:    Previous
  7405. *previousMessage.tipString: Previous message
  7406. *toolBar*moveMessage.labelString: File
  7407. *toolBar*copyMessage.labelString: File
  7408. *toolBar*composeArticle.tipString: New message to this newsgroup
  7409. *toolBar*replyToNewsgroup.tipString: Reply to the message
  7410. *toolBar*nextMessage.tipString:    Next unread message
  7411.  
  7412.  
  7413. *toolBar*moveMessage.tipString: File the selected message
  7414. *toolBar*copyMessage.tipString: File the selected message
  7415. *toolBar*moveMessage.documentationString: File the selected message to a folder
  7416. *toolBar*copyMessage.documentationString: Copy the selected message to a folder
  7417.  
  7418. ! buttons specific to the browser frame.
  7419. *toolBar*back.labelString:    Back
  7420. *toolBar*forward.labelString:    Forward
  7421. *toolBar*home.labelString:    Home
  7422. *toolBar*search.labelString:    Search
  7423. *toolBar*destinations.labelString:    Netscape
  7424. *toolBar*guide.labelString:    Guide
  7425. *toolBar*showImages.labelString:    Images
  7426. *toolBar*loadImages.labelString:    Load Images
  7427. *toolBar*print.labelString:    Print
  7428. *print.tipString:                   Print this page
  7429. *MailThread*print.tipString:        Print the selected message
  7430. *MailMsg*print.tipString:           Print the selected message
  7431. *toolBar*reload.labelString:    Reload
  7432.  
  7433. ! buttons specific to the compose frame.
  7434. *toolBar*sendMessageNow.labelString:    Send
  7435. *toolBar*quote.labelString:        Quote
  7436. *toolBar*addresseePicker.labelString:    Address
  7437. *toolBar*saveDraft.labelString:        Save
  7438. *toolBar*viewAddresses.labelString:    Address
  7439. *toolBar*viewDirectories.labelString:    Directory
  7440. !
  7441. *sendMessageNow.tipString:    Send this message
  7442. *saveDraft.tipString:        Save this message as a draft
  7443. *quote.tipString:        Quote the previous document
  7444. *viewDirectories.tipString:    Look up an address
  7445. *viewSecurity.tipString:        Show security information
  7446. !
  7447. *addressBook.tipString:
  7448. !
  7449. *quote.documentationString:          Paste text from the original page in quoted form
  7450. *viewDirectories.documentationString: Look up an address in an LDAP directory
  7451. !
  7452. ! buttons specific to the Addressbook frame. documentationString
  7453. *toolBar*abEditEntry.labelString:     Properties
  7454. *toolBar*abDelete.labelString:   Delete
  7455. *toolBar*searchAddress.labelString:       Directory
  7456. *toolBar*abCall.labelString:       Call
  7457. !
  7458. *addToAddressBook.tipString: Create a new entry
  7459. *abNewList.tipString:        Create a new mailing list 
  7460. *abEditEntry.tipString:     Edit the selected entry
  7461. *abDelete.tipString:   Delete the selected entry
  7462. *abCall.tipString:          Start conference
  7463. *searchAddress.tipString:       Look up an address
  7464. !
  7465.  
  7466. *abEditEntry.documentationString:     \
  7467. View and edit properties of entry's address book card
  7468. *viewProperties.documentationString:  \
  7469. View and edit properties of entry's address book card
  7470. *displayHTMLDomainsDialog.documentationString: \
  7471. Edit the list of domains that can receive HTML messages
  7472. *abVCard.documentationString:          Create and edit my address book card
  7473.  
  7474. *abDelete.documentationString:   Delete the selected entry from the address book
  7475.  
  7476. *searchAddress.documentationString:       Look up an address in an LDAP directory
  7477.  
  7478. !*AddressBook*toggleNavigationToolbar.documentationString: 
  7479. !
  7480. *toBtn.documentationString:           Compose a message to the selected entry
  7481. *ccBtn.documentationString:           Compose a message and copy it to the selected entry
  7482. *bccBtn.documentationString:          Compose a message and blind-carbon copy it to the selected entry
  7483. !
  7484. ! buttons used everywhere (it seems.)
  7485. *toolBar*viewSecurity.labelString:    Security
  7486. *toolBar*stopLoading.labelString:    Stop
  7487.  
  7488. *changeDocumentEncoding.documentationString: Indicate Documentation Encoding
  7489.  
  7490.  
  7491. *MailFolder.width:    280
  7492. *MailFolder.height:    400
  7493. !
  7494. *abCardProperties*strip.topOffset: 3
  7495. *abCardProperties*strip.leftOffset: 15
  7496. *abCardProperties*strip.bottomOffset: 3
  7497. *abCardProperties*strip.rightOffset: 15
  7498.  
  7499. !
  7500. ! For the mail message download dialog
  7501. !
  7502. Netscape*MessageDownload*label.alignment: ALIGNMENT_BEGINNING
  7503. Netscape*MessageDownload*stopButtonForm*stopLoading.labelString: Cancel
  7504.  
  7505. Netscape*NewsDownload*fontList:                -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7506. Netscape*NewsDownload_popup.title:            Netscape: Download Headers
  7507.  
  7508. Netscape*NewsDownload*allToggle.labelString: Download all headers
  7509. Netscape*NewsDownload*numMessagesToggle.labelString: Download
  7510. Netscape*NewsDownload*numMessagesCaption.labelString: headers
  7511. Netscape*NewsDownload*markOthersRead.labelString: Mark remaining headers as read.
  7512.  
  7513. !
  7514. ! For the news group property dialog
  7515. !
  7516. *NewsgroupProps*name_label.labelString:    Name:
  7517. *NewsgroupProps*location_label.labelString: Location:
  7518. *NewsgroupProps*unread_label.labelString: Unread Messages:
  7519. *NewsgroupProps*total_label.labelString: Total Messages:
  7520. *NewsgroupProps*space_label.labelString: Total Space Used:
  7521. *NewsgroupProps*html_toggle.labelString: Can receive HTML messages
  7522.  
  7523. !
  7524. ! For the mail folder property dialog
  7525. !
  7526. *MailFolderProps*name_label.labelString:    Name:
  7527. *MailFolderProps*name_value.columns: 20
  7528. *MailFolderProps*location_label.labelString: Location:
  7529. *MailFolderProps*unread_label.labelString: Unread Messages:
  7530. *MailFolderProps*total_label.labelString: Total Messages:
  7531. *MailFolderProps*wasted_label.labelString: Disk Space Wasted:
  7532. *MailFolderProps*space_label.labelString: Total Space Used:
  7533. *MailFolderProps*sharePrivilegesLabel.labelString: Share this and \
  7534. other folders with network users\n\
  7535. and display and set access privileges
  7536.  
  7537. !
  7538. ! For the news server property dialog
  7539. !
  7540. *NewsServerProps*name_label.labelString: Name:
  7541. *NewsServerProps*port_label.labelString: Port #:
  7542. *NewsServerProps*security_label.labelString: Security:
  7543. *NewsServerProps*desc_label.labelString: Description:
  7544. *NewsServerProps*prompt_toggle.labelString: Always ask me for my user name and password
  7545. *NewsServerProps*anonymous_toggle.labelString: \
  7546. Only ask me for my user name and password\n\
  7547. when necessary
  7548. *NewsServerProps*html_toggle.labelString: Can receive HTML messages
  7549.  
  7550. !
  7551. ! For the splash screen
  7552. !
  7553. Netscape*splashShell*background:    Black
  7554. Netscape*splashShell*foreground:    White
  7555. Netscape*splashShell*fontList:    -*-helvetica-medium-r-normal-*-*-120-*-*-*-*-iso8859-*
  7556.  
  7557. !
  7558. ! Special for HTMLCompose
  7559. !
  7560. Netscape*composeViewEditFormWidget.scrollerForm.pane.scroller.spacing:    0
  7561. Netscape*composeViewEditFormWidget.scrollerForm.pane*spacing:            0
  7562. Netscape*composeViewEditFormWidget.scrollerForm.pane*marginWidth:        0
  7563. Netscape*composeViewEditFormWidget.scrollerForm.pane*marginHeight:        0
  7564. Netscape*composeViewEditFormWidget.scrollerForm.pane*highlightThickness:    0
  7565. Netscape*composeViewEditFormWidget.scrollerForm.pane*traversalOn:        False
  7566.  
  7567. !Composition navigation
  7568. *Composition*navigationType:        TAB_GROUP
  7569. *Composition*XmTextField.highlightThickness:    2
  7570. *Composition*XmText.highlightThickness:        2
  7571.  
  7572. ! Plain Text Compose Popup
  7573. *popup*pasteAsQuoted.labelString:            Paste as Quotation
  7574. *popup*pasteAsQuoted.mnemonic:            Q
  7575. *popup*quoteOriginalText.labelString:            Quote Original Text
  7576.  
  7577. !
  7578. ! Special for SpellHandler...
  7579. !
  7580. *spellDialog*right_rc.entryAlignment:  ALIGNMENT_CENTER
  7581.  
  7582. *spellDialog*replace.labelString:      Replace
  7583. *spellDialog*replace_all.labelString:  Replace All
  7584. *spellDialog*check.labelString:          Check
  7585. *spellDialog*ignore.labelString:       Ignore
  7586. *spellDialog*ignore_all.labelString:   Ignore All
  7587. *spellDialog*learn.labelString:        Learn
  7588. *spellDialog*stop.labelString:         Stop
  7589. *spellDialog*text_label.labelString:   Word:
  7590. *spellDialog*list_label.labelString:   Suggestions:
  7591.  
  7592. *spellDialog*done.labelString:             Done
  7593. *spellDialog*msgFinished.labelString:      [ finished checking ]
  7594. *spellDialog*msgNoSuggestions.labelString: [ no suggestions ]
  7595. *spellDialog*msgUnRecognized.labelString:  [ unrecognized word ]
  7596. *spellDialog*msgCorrect.labelString:       [ correct spelling ]
  7597. *spellDialog*msgNull.labelString:          [ ]
  7598.  
  7599. *spellDialog*text_label.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  7600. *spellDialog*list_label.fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  7601. *spellDialog*right_rc*fontList:   -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  7602. *spellDialog*combo_frame*fontList:   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  7603. *spellDialog*langCzech.labelString:                Czech
  7604. *spellDialog*langRussian.labelString:              Russian
  7605. *spellDialog*langCatalan.labelString:              Catalan
  7606. *spellDialog*langHungarian.labelString:            Hungarian
  7607. *spellDialog*langFrench.labelString:               French
  7608. *spellDialog*langGerman.labelString:               German
  7609. *spellDialog*langSwedish.labelString:              Swedish
  7610. *spellDialog*langSpanish.labelString:              Spanish
  7611. *spellDialog*langItalian.labelString:              Italian
  7612. *spellDialog*langDanish.labelString:               Danish
  7613. *spellDialog*langDutch.labelString:                Dutch
  7614. *spellDialog*langPortugueseBrazilian.labelString:  Portuguese (Brazilian)
  7615. *spellDialog*langPortugueseEuropean.labelString:   Portuguese (European)
  7616. *spellDialog*langNorwegianBokmal.labelString:      Norwegian (Bokmal)
  7617. *spellDialog*langNorwegianNynorsk.labelString:     Norwegian (Nynorsk)
  7618. *spellDialog*langNorwegian.labelString:            Norwegian
  7619. *spellDialog*langFinnish.labelString:              Finnish
  7620. *spellDialog*langGreek.labelString:                Greek
  7621. *spellDialog*langEnglishUS.labelString:            English (US)
  7622. *spellDialog*langEnglishUK.labelString:            English (UK)
  7623. *spellDialog*langEnglish.labelString:              English
  7624. *spellDialog*langAfrikaans.labelString:            Afrikaans
  7625. *spellDialog*langPolish.labelString:               Polish
  7626.  
  7627. !
  7628. ! tips for SwatchMatrix in colorPicker...
  7629. !
  7630. *#FFFFFF.tipString: 255 255 255
  7631. *#CCCCCC.tipString: 204 204 204
  7632. *#999999.tipString: 153 153 153
  7633. *#666666.tipString: 102 102 102
  7634. *#333333.tipString: 51 51 51
  7635. *#000000.tipString: 0 0 0
  7636.  
  7637. *#FFCCCC.tipString: 255 204 204
  7638. *#FF6666.tipString: 255 102 102
  7639. *#FF0000.tipString: 255 0 0
  7640. *#CC0000.tipString: 204 0 0
  7641. *#990000.tipString: 153 0 0
  7642. *#660000.tipString: 102 0 0
  7643. *#330000.tipString: 51 0 0
  7644.  
  7645. *#FFCC99.tipString: 255 204 153
  7646. *#FFCC33.tipString: 255 204 51
  7647. *#FF9900.tipString: 255 153 0
  7648. *#FF6600.tipString: 255 102 0
  7649. *#CC6600.tipString: 204 102 0
  7650. *#993300.tipString: 153 51 0
  7651. *#663300.tipString: 102 51 0
  7652.  
  7653. *#FFFFCC.tipString: 255 255 204
  7654. *#FFFF99.tipString: 255 255 153
  7655. *#FFFF00.tipString: 255 255 0
  7656. *#FFCC00.tipString: 255 204 0
  7657. *#999900.tipString: 153 153 0
  7658. *#666600.tipString: 102 102 0
  7659. *#333300.tipString: 51 51 0
  7660.  
  7661. *#99FF99.tipString: 153 255 153
  7662. *#66FF99.tipString: 102 255 153
  7663. *#33FF33.tipString: 51 255 51
  7664. *#33CC00.tipString: 51 204 0
  7665. *#009900.tipString: 0 153 0
  7666. *#006600.tipString: 0 102 0
  7667. *#003300.tipString: 0 51 0
  7668.  
  7669. *#CCFFFF.tipString: 204 255 255
  7670. *#66FFFF.tipString: 102 255 255
  7671. *#33CCFF.tipString: 51 204 255
  7672. *#3366FF.tipString: 51 102 255
  7673. *#3333FF.tipString: 51 51 255
  7674. *#000099.tipString: 0 0 153
  7675. *#000066.tipString: 0 0 102
  7676.  
  7677. *#FFCCFF.tipString: 255 204 255
  7678. *#FF99FF.tipString: 255 153 255
  7679. *#CC66CC.tipString: 204 102 204
  7680. *#CC33CC.tipString: 204 51 204
  7681. *#993399.tipString: 153 51 153
  7682. *#663366.tipString: 102 51 102
  7683. *#330033.tipString: 51 0 51
  7684.  
  7685. *#FFFF99.tipString: 255 255 153
  7686. *#FFFF66.tipString: 255 255 102
  7687. *#FFCC66.tipString: 255 204 102
  7688. *#FFCC33.tipString: 255 204 51
  7689. *#CC9933.tipString: 204 153 51
  7690. *#996633.tipString: 153 102 51
  7691. *#663333.tipString: 102 51 51
  7692.  
  7693. *#99FFFF.tipString: 153 255 255
  7694. *#33FFFF.tipString: 51 255 255
  7695. *#66CCCC.tipString: 102 204 204
  7696. *#00CCCC.tipString: 000 204 204
  7697. *#339999.tipString: 51 153 153
  7698. *#336666.tipString: 51 102 102
  7699. *#003333.tipString: 0 51 51
  7700.  
  7701. *#CCCCFF.tipString: 204 204 255
  7702. *#9999FF.tipString: 153 153 204
  7703. *#6666CC.tipString: 102 102 204
  7704. *#6633FF.tipString: 102 51 255
  7705. *#6600CC.tipString: 102 0 204
  7706. *#333399.tipString: 51 51 153
  7707. *#330099.tipString: 51 0 153
  7708.  
  7709. !
  7710. ! doc strings for SwatchMatrix in colorPicker...
  7711. !
  7712. *#FFFFFF.documentationString: RGB Color [ 255 255 255 ][ #FFFFFF ]
  7713. *#CCCCCC.documentationString: RGB Color [ 204 204 204 ][ #CCCCCC ]
  7714. *#999999.documentationString: RGB Color [ 153 153 153 ][ #999999 ]
  7715. *#666666.documentationString: RGB Color [ 102 102 102 ][ #666666 ]
  7716. *#333333.documentationString: RGB Color [ 51 51 51 ][ #333333 ]
  7717. *#000000.documentationString: RGB Color [ 0 0 0 ][ #000000 ]
  7718.  
  7719. *#FFCCCC.documentationString: RGB Color [ 255 204 204 ][ #FFCCCC ]
  7720. *#FF6666.documentationString: RGB Color [ 255 102 102 ][ #FF6666 ]
  7721. *#FF0000.documentationString: RGB Color [ 255 0 0 ][ #FF0000 ]
  7722. *#CC0000.documentationString: RGB Color [ 204 0 0 ][ #CC0000 ]
  7723. *#990000.documentationString: RGB Color [ 153 0 0 ][ #990000 ]
  7724. *#660000.documentationString: RGB Color [ 102 0 0 ][ #660000 ]
  7725. *#330000.documentationString: RGB Color [ 51 0 0 ][ #330000 ]
  7726.  
  7727. *#FFCC99.documentationString: RGB Color [ 255 204 153 ][ #FFCC99 ]
  7728. *#FFCC33.documentationString: RGB Color [ 255 204 51 ][ #FFCC33 ]
  7729. *#FF9900.documentationString: RGB Color [ 255 153 0 ][ #FF9900 ]
  7730. *#FF6600.documentationString: RGB Color [ 255 102 0 ][ #FF6600 ]
  7731. *#CC6600.documentationString: RGB Color [ 204 102 0 ][ #CC6600 ]
  7732. *#993300.documentationString: RGB Color [ 153 51 0 ][ #993300 ]
  7733. *#663300.documentationString: RGB Color [ 102 51 0 ][ #663300 ]
  7734.  
  7735. *#FFFFCC.documentationString: RGB Color [ 255 255 204 ][ #FFFFCC ]
  7736. *#FFFF99.documentationString: RGB Color [ 255 255 153 ][ #FFFF99 ]
  7737. *#FFFF00.documentationString: RGB Color [ 255 255 0 ][ #FFFF00 ]
  7738. *#FFCC00.documentationString: RGB Color [ 255 204 0 ][ #FFCC00 ]
  7739. *#999900.documentationString: RGB Color [ 153 153 0 ][ #999900 ]
  7740. *#666600.documentationString: RGB Color [ 102 102 0 ][ #666600 ]
  7741. *#333300.documentationString: RGB Color [ 51 51 0 ][ #333300 ]
  7742.  
  7743. *#99FF99.documentationString: RGB Color [ 153 255 153 ][ #99FF99 ]
  7744. *#66FF99.documentationString: RGB Color [ 102 255 153 ][ #66FF99 ]
  7745. *#33FF33.documentationString: RGB Color [ 51 255 51 ][ #33FF33 ]
  7746. *#33CC00.documentationString: RGB Color [ 51 204 0 ][ #33CC00 ]
  7747. *#009900.documentationString: RGB Color [ 0 153 0 ][ #009900 ]
  7748. *#006600.documentationString: RGB Color [ 0 102 0 ][ #006600 ]
  7749. *#003300.documentationString: RGB Color [ 0 51 0 ][ #003300 ]
  7750.  
  7751. *#CCFFFF.documentationString: RGB Color [ 204 255 255 ][ #CCFFFF ]
  7752. *#66FFFF.documentationString: RGB Color [ 102 255 255 ][ #66FFFF ]
  7753. *#33CCFF.documentationString: RGB Color [ 51 204 255 ][ #33CCFF ]
  7754. *#3366FF.documentationString: RGB Color [ 51 102 255 ][ #3366FF ]
  7755. *#3333FF.documentationString: RGB Color [ 51 51 255 ][ #3333FF ]
  7756. *#000099.documentationString: RGB Color [ 0 0 153 ][ #000099 ]
  7757. *#000066.documentationString: RGB Color [ 0 0 102 ][ #000066 ]
  7758.  
  7759. *#FFCCFF.documentationString: RGB Color [ 255 204 255 ][ #FFCCFF ]
  7760. *#FF99FF.documentationString: RGB Color [ 255 153 255 ][ #FF99FF ]
  7761. *#CC66CC.documentationString: RGB Color [ 204 102 204 ][ #CC66CC ]
  7762. *#CC33CC.documentationString: RGB Color [ 204 51 204 ][ #CC33CC ]
  7763. *#993399.documentationString: RGB Color [ 153 51 153 ][ #993399 ]
  7764. *#663366.documentationString: RGB Color [ 102 51 102 ][ #663366 ]
  7765. *#330033.documentationString: RGB Color [ 51 0 51 ][ #330033 ]
  7766.  
  7767. *#FFFF99.documentationString: RGB Color [ 255 255 153 ][ #FFFF99 ]
  7768. *#FFFF66.documentationString: RGB Color [ 255 255 102 ][ #FFFF66 ]
  7769. *#FFCC66.documentationString: RGB Color [ 255 204 102 ][ #FFCC66 ]
  7770. *#FFCC33.documentationString: RGB Color [ 255 204 51 ][ #FFCC33 ]
  7771. *#CC9933.documentationString: RGB Color [ 204 153 51 ][ #CC9933 ]
  7772. *#996633.documentationString: RGB Color [ 153 102 51 ][ #996633 ]
  7773. *#663333.documentationString: RGB Color [ 102 51 51 ][ #663333 ]
  7774.  
  7775. *#99FFFF.documentationString: RGB Color [ 153 255 255 ][ #99FFFF ]
  7776. *#33FFFF.documentationString: RGB Color [ 51 255 255 ][ #33FFFF ]
  7777. *#66CCCC.documentationString: RGB Color [ 102 204 204 ][ #66CCCC ]
  7778. *#00CCCC.documentationString: RGB Color [ 000 204 204 ][ #00CCCC ]
  7779. *#339999.documentationString: RGB Color [ 51 153 153 ][ #339999 ]
  7780. *#336666.documentationString: RGB Color [ 51 102 102 ][ #336666 ]
  7781. *#003333.documentationString: RGB Color [ 0 51 51 ][ #003333 ]
  7782.  
  7783. *#CCCCFF.documentationString: RGB Color [ 204 204 255 ][ #CCCCFF ]
  7784. *#9999FF.documentationString: RGB Color [ 153 153 204 ][ #9999FF ]
  7785. *#6666CC.documentationString: RGB Color [ 102 102 204 ][ #6666CC ]
  7786. *#6633FF.documentationString: RGB Color [ 102 51 255 ][ #6633FF ]
  7787. *#6600CC.documentationString: RGB Color [ 102 0 204 ][ #6600CC ]
  7788. *#333399.documentationString: RGB Color [ 51 51 153 ][ #333399 ]
  7789. *#330099.documentationString: RGB Color [ 51 0 153 ][ #330099 ]
  7790.  
  7791. *selector*background:            gray70
  7792. *selector*shadowThickness:        1
  7793. *selector.orientation:            vertical
  7794.  
  7795. *selector*ToolBar.buttonLayout:            button_label_on_top
  7796.  
  7797. *selector.leftAttachment:            attach_form
  7798. *selector.rightAttachment:            attach_none
  7799. *selector.topAttachment:            attach_form
  7800. *selector.bottomAttachment:            attach_form
  7801.  
  7802.  
  7803. *selector.leftOffset:                10
  7804. *selector.rightOffset:                10
  7805. *selector.topOffset:                10 
  7806. *selector.bottomOffset:                10
  7807.  
  7808. !*selector.usePreferredWidth:        false
  7809. *selector.usePreferredHeight:        false
  7810.  
  7811. *selector.clipShadowThickness:        1
  7812. *selector.clipShadowType:            shadow_in
  7813.  
  7814.  
  7815. !*selector.marginLeft:                    0
  7816. !*selector.marginRight:                    0
  7817. !*selector.marginTop:                    0
  7818. !*selector.marginBottom:                0
  7819.  
  7820. !*selector.marginLeft:                0
  7821. !*selector.marginRight:                0
  7822. !*selector.marginTop:                0
  7823. !*selector.marginBottom:                0
  7824.  
  7825. !*selector.spacing:                    10
  7826.  
  7827. *selector*ToolBar.radioBehavior:                true
  7828.  
  7829.  
  7830. !*selector*XfeButton.buttonType:            button_toggle
  7831.  
  7832. *selector*XfeButton.buttonTrigger:            button_trigger_either
  7833. *selector*XfeButton.marginLeft:            4
  7834. *selector*XfeButton.marginRight:            4
  7835. *selector*XfeButton.marginTop:                4
  7836. *selector*XfeButton.marginBottom:            4
  7837.  
  7838. *selector*XfeButton.raiseOnEnter:            true
  7839. *selector*XfeButton.shadowThickness:        0
  7840. !*selector*XfeButton.fillOnEnter:            true
  7841. *selector*XfeButton.armOffset:                0
  7842.  
  7843. *selector*XfeButton.transparentCursor:        cross
  7844. !*selector*XfeButton.cursor:                hand2
  7845.  
  7846.  
  7847.  
  7848. !Netscape*AddressOutlinerPopup*fontList:\
  7849. -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*,\
  7850. -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*=BOLD,\
  7851. -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*=ITALIC
  7852.  
  7853. Netscape*AddressOutlinerPopup*fontList:\
  7854. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  7855. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  7856. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  7857.  
  7858.  
  7859.  
  7860. ! This table maps the host's locale names to MIME charsets
  7861. !
  7862. *localeCharset*C:        iso-8859-1
  7863. *localeCharset*cs:        iso-8859-2
  7864. *localeCharset*da:        iso-8859-1
  7865. *localeCharset*de:        iso-8859-1
  7866. *localeCharset*de_AT:        iso-8859-1
  7867. *localeCharset*de_CH:        iso-8859-1
  7868. *localeCharset*en:        iso-8859-1
  7869. *localeCharset*en_AU:        iso-8859-1
  7870. *localeCharset*en_CA:        iso-8859-1
  7871. *localeCharset*en_TH:        iso-8859-1
  7872. *localeCharset*en_US:        iso-8859-1
  7873. *localeCharset*es:        iso-8859-1
  7874. *localeCharset*fi:        iso-8859-1
  7875. *localeCharset*fr:        iso-8859-1
  7876. *localeCharset*fr_BE:        iso-8859-1
  7877. *localeCharset*fr_CA:        iso-8859-1
  7878. *localeCharset*fr_CH:        iso-8859-1
  7879. *localeCharset*is:        iso-8859-1
  7880. *localeCharset*it:        iso-8859-1
  7881. *localeCharset*it_CH:        iso-8859-1
  7882. *localeCharset*ja_JP.EUC:    x-euc-jp
  7883. *localeCharset*ko_KR.euc:    euc-kr
  7884. *localeCharset*nl:        iso-8859-1
  7885. *localeCharset*nl_BE:        iso-8859-1
  7886. *localeCharset*no:        iso-8859-1
  7887. *localeCharset*pl:        iso-8859-2
  7888. *localeCharset*pt:        iso-8859-1
  7889. *localeCharset*sh:        iso-8859-2
  7890. *localeCharset*sk:        iso-8859-2
  7891. *localeCharset*sv:        iso-8859-1
  7892. *localeCharset*zh_CN.ugb:    gb2312
  7893. *localeCharset*zh_TW.ucns:    x-euc-tw
  7894.  
  7895.  
  7896. ! English strings are built into the binary
  7897. !*strings.6796:A communications error occurred.\n\
  7898.  (TCP Error: %s)\n\
  7899. \n\
  7900. Try connecting again.
  7901.  
  7902. !*strings.6795:Netscape is unable to connect to the server at\n\
  7903. the location you have specified. The server may\n\
  7904. be down or busy.\n\
  7905. \n\
  7906. Try connecting again later.
  7907.  
  7908. !*strings.6794:A communications error occurred.\n\
  7909.  (TCP Error: %s)\n\
  7910. \n\
  7911. Try connecting again.
  7912.  
  7913. !*strings.6793:Netscape is out of memory.\n\
  7914. \n\
  7915. Try quitting some other applications or closing\n\
  7916. some windows.
  7917.  
  7918. !*strings.6791:This Location (URL) is not recognized:\n\
  7919.   %.200s\n\
  7920. \n\
  7921. Check the Location and try again.
  7922.  
  7923. !*strings.6789:Unable to use FTP passive mode
  7924.  
  7925. !*strings.6788:Netscape is unable to set the FTP transfer mode with\n\
  7926. this server. You will not be able to download files.\n\
  7927. \n\
  7928. You should contact the administrator for this server\n\
  7929. or try again later.
  7930.  
  7931. !*strings.6787:Netscape is unable to send the change directory (cd)\n\
  7932. command, to the FTP server. You cannot view another\n\
  7933. directory.\n\
  7934. \n\
  7935. You should contact the administrator for this server\n\
  7936. or try again later.
  7937.  
  7938. !*strings.6786:Netscape is unable to send a port command to the FTP\n\
  7939. server to establish a data connection.\n\
  7940. \n\
  7941. You should contact the administrator for this server\n\
  7942. or try again later.
  7943.  
  7944. !*strings.6785:Netscape is unable to find the file or directory\n\
  7945. named %.200s.\n\
  7946. \n\
  7947. Check the name and try again.
  7948.  
  7949. !*strings.6784:A News error occurred: Invalid NNTP connection\n\
  7950. \n\
  7951. Try connecting again.
  7952.  
  7953. !*strings.6783:An error occurred with the News server.\n\
  7954. \n\
  7955. If you are unable to connect again, contact the\n\
  7956. administrator for this server.
  7957.  
  7958. !*strings.6782:There was no response. The server could be down\n\
  7959. or is not responding.\n\
  7960. \n\
  7961. If you are unable to connect again later, contact\n\
  7962. the server's administrator.
  7963.  
  7964. !*strings.6781:Netscape is unable to locate the server %.200s.\n\
  7965. \n\
  7966. Please check the server name and try again.
  7967.  
  7968. !*strings.6780:The server has disconnected.\n\
  7969. The server may have gone down or there may be a\n\
  7970. network problem.\n\
  7971. \n\
  7972. Try connecting again.
  7973.  
  7974. !*strings.6779:The Newsgroup item is unavailable. It may have expired.\n\
  7975. \n\
  7976. Try retrieving another item.
  7977.  
  7978. !*strings.6778:Netscape is unable to open your News file (newsrc).\n\
  7979. \n\
  7980. Please verify that your Mail and News preferences are\n\
  7981. correct and try again.
  7982.  
  7983. !*strings.6777:Netscape is unable to open the file \n\
  7984. %.200s.\n\
  7985. \n\
  7986. Check the file name and try again.
  7987.  
  7988. !*strings.6776:(no name specified)
  7989.  
  7990. !*strings.6764:A network error occurred while Netscape\n\
  7991. was sending data.\n\
  7992. (Network Error: %s)\n\
  7993. \n\
  7994. Try connecting again.
  7995.  
  7996. !*strings.6771:An error occurred while sending mail:\n\
  7997. Netscape was unable to connect to the SMTP server.\n\
  7998. The server may be down or may be incorrectly configured.\n\
  7999. \n\
  8000. Please verify that your Mail preferences are correct\n\
  8001. and try again.
  8002.  
  8003. !*strings.6770:An error occurred while sending mail.\n\
  8004. The mail server responded:\n\
  8005.   %s\n\
  8006. Please verify that your email address is correct\n\
  8007. in your Mail preferences and try again.
  8008.  
  8009. !*strings.6769:An error occurred while sending mail.\n\
  8010. The mail server responded:\n\
  8011.   %s\n\
  8012. Please check the message recipients and try again.
  8013.  
  8014. !*strings.6768:An (SMTP) error occurred while sending mail.\n\
  8015. Server responded: %s
  8016.  
  8017. !*strings.6767:An error occurred while sending mail.\n\
  8018. The mail server responded:\n\
  8019.   %s.\n\
  8020. Please check the message and try again.
  8021.  
  8022. !*strings.6766:An error occurred while sending mail: SMTP server error.\n\
  8023. The server responded:\n\
  8024.   %s\n\
  8025. Contact your mail administrator for assistance.
  8026.  
  8027. !*strings.6760:A network error occurred:\n\
  8028. unable to connect to server (TCP Error: %s)\n\
  8029. The server may be down or unreachable.\n\
  8030. \n\
  8031. Try connecting again later.
  8032.  
  8033. !*strings.6759:There was no response. The server could be down\n\
  8034. or is not responding.\n\
  8035. \n\
  8036. If you are unable to connect again later, contact\n\
  8037. the server's administrator.
  8038.  
  8039. !*strings.6758:Netscape's network connection was refused by the server \n\
  8040. %.200s.\n\
  8041. The server may not be accepting connections or\n\
  8042. may be busy.\n\
  8043. \n\
  8044. Try connecting again later.
  8045.  
  8046. !*strings.6757:Netscape was unable to create a network socket connection.\n\
  8047. There may be insufficient system resources or the network\n\
  8048. may be down.  (Reason: %s)\n\
  8049. \n\
  8050. Try connecting again later or try restarting Netscape.
  8051.  
  8052. !*strings.6755:Netscape is unable to complete a socket connection\n\
  8053. with this server. There may be insufficient system\n\
  8054. resources.\n\
  8055. \n\
  8056. Try restarting Netscape.
  8057.  
  8058. !*strings.6754:Netscape is unable to connect to your proxy server.\n\
  8059. The server may be down or may be incorrectly configured.\n\
  8060. \n\
  8061. Please verify that your Proxy preferences are correct\n\
  8062. and try again, or contact the server's administrator.
  8063.  
  8064. !*strings.6753:Netscape is unable to locate your proxy server.\n\
  8065. The server may be down or may be incorrectly configured.\n\
  8066. \n\
  8067. Please verify that your Proxy preferences are correct\n\
  8068. and try again, or contact the server's administrator.
  8069.  
  8070. !*strings.6749:The document contained no data.\n\
  8071. Try again later, or contact the server's administrator.
  8072.  
  8073. !*strings.6748:A network error occurred while Netscape\n\
  8074. was receiving data.\n\
  8075. (Network Error: %s)\n\
  8076. \n\
  8077. Try connecting again.
  8078.  
  8079. !*strings.6747:Netscape is unable to open the temporary file\n\
  8080. %.200s.\n\
  8081. \n\
  8082. Check your `Temporary Directory' setting and try again.
  8083.  
  8084. !*strings.6765:An error occurred sending mail:\n\
  8085. the return mail address was invalid.\n\
  8086. \n\
  8087. Please verify that your email address is correct\n\
  8088. in your Mail preferences and try again.
  8089.  
  8090. !*strings.6750:The disk is full. Netscape is cancelling the file\n\
  8091. transfer and removing the file.\n\
  8092. \n\
  8093. Please remove some files and try again.
  8094.  
  8095. !*strings.6740:An authorization error occurred:\n\
  8096. \n\
  8097. %s\n\
  8098. \n\
  8099. Please try entering your name and/or password again.
  8100.  
  8101. !*strings.6734:No sender was specified.\n\
  8102. Please fill in your email address in the\n\
  8103. Mail and Newsgroup preferences.
  8104.  
  8105. !*strings.6733:No recipients were specified.\n\
  8106. Please enter a recipient in a To: line,\n\
  8107. or a newsgroup in a Group: line..
  8108.  
  8109. !*strings.6732:No subject was specified.
  8110.  
  8111. !*strings.6731:Error writing temporary file.
  8112.  
  8113. !*strings.6725:This is a multi-part message in MIME format.
  8114.  
  8115. !*strings.6722:Printing stopped.  A problem occurred while receiving\n\
  8116. the document.  Transmission may have been interrupted\n\
  8117. or there may be insufficient space to write the file.\n\
  8118. \n\
  8119. Try again. Check that space is available in the\n\
  8120. temporary directory or restart Netscape.
  8121.  
  8122. !*strings.6721:Your signature exceeds the recommended four lines.
  8123.  
  8124. !*strings.6720:Your signature exceeds the recommended 79 columns.\n\
  8125. For most readers, the lines will appear truncated, or\n\
  8126. will be wrapped unattractively.  \n\
  8127. \n\
  8128. Please edit it to keep the lines shorter than 80 characters.
  8129.  
  8130. !*strings.6719:A network error occurred:\n\
  8131.     unable to connect to server\n\
  8132. The server may be down or unreachable.\n\
  8133. \n\
  8134. Try connecting again later.
  8135.  
  8136. !*strings.6718:Unable to load the requested help topic
  8137.  
  8138. !*strings.6699:This copy of Netscape has expired.\n\
  8139. This pre-release copy of Netscape Navigator has expired\n\
  8140. and can only be used to download a newer version of Navigator.
  8141.  
  8142. !*strings.6698:This trial or pre-release copy of Netscape Navigator has expired\n\
  8143. and can only be used to purchase or download a newer version of Navigator.
  8144.  
  8145. !*strings.6697:No WAIS proxy is configured.\n\
  8146. \n\
  8147. Check your Proxy preferences and try again.
  8148.  
  8149. !*strings.6696:A News (NNTP) error occurred:\n\
  8150.  %.100s
  8151.  
  8152. !*strings.6695:A News error occurred. The scan of all newsgroups is incomplete.\n\
  8153.  \n\
  8154. Try to View All Newsgroups again.
  8155.  
  8156. !*strings.6694:Netscape could not find a News file (newsrc)\n\
  8157. and is creating one for you.
  8158.  
  8159. !*strings.6693:No NNTP server is configured.\n\
  8160. \n\
  8161. Check your Mail and News preferences and try again.
  8162.  
  8163. !*strings.6692:A communications error occurred.\n\
  8164. Please try again.
  8165.  
  8166. !*strings.6691:Netscape was unable to connect to the secure news server\n\
  8167. because of a proxy error
  8168.  
  8169. !*strings.6689:An error occurred with the POP3 mail server.\n\
  8170. You should contact the administrator for this server\n\
  8171. or try again later.
  8172.  
  8173. !*strings.6688:Netscape is unable to use the mail server because\n\
  8174. you have not provided a username.  Please provide\n\
  8175. one in the preferences and try again
  8176.  
  8177. !*strings.6687:Error getting mail password.
  8178.  
  8179. !*strings.6686:An error occurred while sending your user name to the mail server.\n\
  8180. You should contact the administrator for this server\n\
  8181. or try again later.
  8182.  
  8183. !*strings.6685:An error occurred while sending your password to the mail server.\n\
  8184. You should contact the administrator for this server\n\
  8185. or try again later.
  8186.  
  8187. !*strings.6684:There are no new messages on the server.
  8188.  
  8189. !*strings.6683:An error occurred while listing messages on the POP3 mail server.\n\
  8190. You should contact the administrator for this server\n\
  8191. or try again later.
  8192.  
  8193. !*strings.6682:An error occurred while querying the POP3 mail server for\n\
  8194. the last processed message.\n\
  8195. You should contact the administrator for this server\n\
  8196. or try again later.
  8197.  
  8198. !*strings.6681:An error occurred while getting messages from the POP3 mail server.\n\
  8199. You should contact the administrator for this server\n\
  8200. or try again later.
  8201.  
  8202. !*strings.6680:An error occurred while removing messages from the POP3 mail server.\n\
  8203. You should contact the administrator for this server\n\
  8204. or try again later.
  8205.  
  8206. !*strings.6679:There isn't enough room on the local disk to download\n\
  8207. your mail from the POP3 mail server.  Please make room and\n\
  8208. try again.  (The `Empty Trash' and `Compact This Folder'\n\
  8209. commands may recover some space.)
  8210.  
  8211. !*strings.6678:An error occurred while saving mail messages.
  8212.  
  8213. !*strings.6675:Could not post the file %.80s\n\
  8214. because\n\
  8215. %.200s.\n\
  8216. \n\
  8217. You may not have permission to write to\n\
  8218. this directory.\n\
  8219. Check the permissions and try again.
  8220.  
  8221. !*strings.6674:This is a pre-release copy of Netscape Navigator that\n\
  8222. will expire at %s.\n\
  8223. To obtain a newer pre-release version or the latest full\n\
  8224. release of Netscape Navigator (which will not expire) \n\
  8225. choose Software Updates from the Help menu.
  8226.  
  8227. !*strings.6673:Could not delete file:\n\
  8228.     %s
  8229.  
  8230. !*strings.6672:Could not remove directory:\n\
  8231.     %s
  8232.  
  8233. !*strings.6671:Cannot create directory because a file or\n\
  8234. directory of that name already exists: \n\
  8235.     %s
  8236.  
  8237. !*strings.6670:Could not create directory:\n\
  8238.     %s
  8239.  
  8240. !*strings.6669:Object is not a directory:\n\
  8241.      %s
  8242.  
  8243. !*strings.6668:Authorization failed
  8244.  
  8245. !*strings.6667:This trial copy of Netscape has expired.\n\
  8246. \n\
  8247. To purchase a regular copy of Netscape Navigator\n\
  8248. (which will not expire) choose Software Updates from the Help menu.
  8249.  
  8250. !*strings.6666:This trial copy of Netscape Navigator \n\
  8251. will expire at %s.\n\
  8252. \n\
  8253. To purchase a regular copy of Netscape Navigator\n\
  8254. (which will not expire) choose Software Updates from the Help menu.
  8255.  
  8256. !*strings.6665:There was an attempt to redirect a url request,\n\
  8257. but the attempt was not allowed by the client.
  8258.  
  8259. !*strings.6664:Corruption was detected in the compressed GZip file that was requested
  8260.  
  8261. !*strings.6599:Can't move or copy messages to the folder they're already in.
  8262.  
  8263. !*strings.6598:Cannot copy messages into the 'Unsent Messages' folder:\n\
  8264. That folder is only for storing messages\n\
  8265. to be sent later.
  8266.  
  8267. !*strings.6597:Cannot copy messages into the `Drafts' folder:\n\
  8268. That folder is only for holding drafts of messages which have\n\
  8269. not yet been sent.
  8270.  
  8271. !*strings.6596:Couldn't create the folder! Your hard disk may be full\n\
  8272. or the folder pathname may be too long.
  8273.  
  8274. !*strings.6595:A folder with that name already exists.
  8275.  
  8276. !*strings.6594:Can't delete a folder without first deleting the messages in it.
  8277.  
  8278. !*strings.6593:Can't delete a folder without first deleting the messages in it.
  8279.  
  8280. !*strings.6592:Couldn't create default inbox folder!
  8281.  
  8282. !*strings.6591:Couldn't create a mail folder directory.  Mail will not work!
  8283.  
  8284. !*strings.6590:No mail server has been specified. Please enter your mail \n\
  8285. server in the preferences (select Preferences from the Edit menu).
  8286.  
  8287. !*strings.6586:Message cancelled.
  8288.  
  8289. !*strings.6585:Couldn't open Sent Mail file. \n\
  8290. Please verify that your Mail preferences are correct.
  8291.  
  8292. !*strings.6584:Couldn't find the folder.
  8293.  
  8294. !*strings.6583:Couldn't find the summary file.
  8295.  
  8296. !*strings.6582:Couldn't open temporary folder file for output.
  8297.  
  8298. !*strings.6581:The specified message doesn't exist in that folder.\n\
  8299. It may have been deleted or moved into another folder.
  8300.  
  8301. !*strings.6580:A newsrc file exists but is unparsable.
  8302.  
  8303. !*strings.6579:Your email address has not been specified.\n\
  8304. Before sending mail or news messages, you must specify a\n\
  8305. return address in Mail and News Preferences.
  8306.  
  8307. !*strings.6577:The return email address set in Preferences is: %s\n\
  8308. \n\
  8309. This appears to be incomplete (it contains no `@').  Examples of\n\
  8310. correct email addresses are `fred@xyz.com' and `sue@xyz.gov.au'.
  8311.  
  8312. !*strings.6576:The return email address set in Preferences is: %s\n\
  8313. \n\
  8314. This appears to be incomplete (it contains no `.').  Examples of\n\
  8315. correct email addresses are `fred@xyz.com' and `sue@xyz.gov.au'.
  8316.  
  8317. !*strings.6575:No outgoing mail (SMTP) server has been specified in Mail and News Preferences.
  8318.  
  8319. !*strings.6574:Are you sure you want to cancel this message?
  8320.  
  8321. !*strings.6573:This message does not appear to be from you.\n\
  8322. You may only cancel your own posts, not those made by others.
  8323.  
  8324. !*strings.6572:Unable to cancel message!
  8325.  
  8326. !*strings.6571:Message not cancelled.
  8327.  
  8328. !*strings.6570:Error!\n\
  8329. News server responded: %.512s\n
  8330.  
  8331. !*strings.6569:%.300s does not appear to be a mail file.\n\
  8332. Attempt to read it anyway?
  8333.  
  8334. !*strings.6568:%.300s does not appear to be a mail file.\n\
  8335. Attempt to write it anyway?
  8336.  
  8337. !*strings.6567:Error saving newsrc file!
  8338.  
  8339. !*strings.6566:Error writing mail file!
  8340.  
  8341. !*strings.6565:At least one of your mail folders is wasting a lot\n\
  8342. of disk space.  If you compact your Mail folders now,\n\
  8343. you can recover %ld Kbytes of disk space. Compacting\n\
  8344. folders might take a while.\n\
  8345. \n\
  8346. Compress folders now?
  8347.  
  8348. !*strings.6564:Not found.
  8349.  
  8350. !*strings.6563:You haven't typed anything, and there is no attachment.\n\
  8351. Send anyway?
  8352.  
  8353. !*strings.6562:You have included the same document twice: first as a quoted\n\
  8354. document (meaning: with '>' at the beginning of each line), and\n\
  8355. then as an attachment (meaning: as a second part of the message,\n\
  8356. included after your new text).\n\
  8357. \n\
  8358. Send it anyway?
  8359.  
  8360. !*strings.6561:Delivery failed for 1 message.\n\
  8361. \n\
  8362. This message has been left in the Unsent Messages folder.\n\
  8363. Before it can be delivered, the error must be\n\
  8364. corrected.
  8365.  
  8366. !*strings.6560:Delivery failed for %d messages.\n\
  8367. \n\
  8368. These messages have been left in the Unsent Messages folder.\n\
  8369. Before they can be delivered, the errors must be\n\
  8370. corrected.
  8371.  
  8372. !*strings.6559:This message has no subject.  Send anyway?
  8373.  
  8374. !*strings.6558:It will not be possible to send this message encrypted to all of the\n\
  8375. addressees.  Send it anyway?
  8376.  
  8377. !*strings.6557:Can only delete mail folders.
  8378.  
  8379. !*strings.6556:Can't copy messages because the mail folder is in use.\n\
  8380. Please wait until other copy operations are \n\
  8381. complete and try again.\n
  8382.  
  8383. !*strings.6555:Can't delete message folder '%s' because you are viewing\n\
  8384. its contents. Please close those windows and try again.
  8385.  
  8386. !*strings.6554:The complete list of newsgroups was not retrieved for\n\
  8387. this news server. Operations will not proceed normally\n\
  8388. until all newsgroups have been retrieved.\n\
  8389. \n\
  8390. Click on the 'All' tab to continue retrieving\n\
  8391. newsgroups.
  8392.  
  8393. !*strings.6553:This message cannot be moved while Communicator is offline.\n\
  8394. It has not been downloaded for offline reading.\n\
  8395. Select Go Online from the File menu, then try again.
  8396.  
  8397. !*strings.6552:The IMAP message copy failed.
  8398.  
  8399. !*strings.6551:The IMAP message move failed.\n\
  8400. The copy succeeded but a source message was not deleted.
  8401.  
  8402. !*strings.6550:A problem has occurred uploading an offline change.\n\
  8403.  Continue uploading remaining offline changes (OK) \n\
  8404.  or try again later (Cancel)
  8405.  
  8406. !*strings.6549:You cannot move your Inbox Folder.
  8407.  
  8408. !*strings.6548:Could not find the summary information\n\
  8409.  for the %s IMAP folder.
  8410.  
  8411. !*strings.6547:You cannot undo or redo a folder action while\n\
  8412.  the folder is loading.  Wait until the folder has\n\
  8413.  finished loading, then try again.
  8414.  
  8415. !*strings.6546:The targeted destination folder does not allow subfolders.
  8416.  
  8417. !*strings.6545:The selected parent folder does not allow subfolders.\n\
  8418.  Try selecting the server folder and typing\n\
  8419.  'parent/newFolder' to create a new hierarchy.
  8420.  
  8421. !*strings.6544:The targeted destination folder cannot hold messages.
  8422.  
  8423. !*strings.6543:This mail server cannot undo folder deletes, delete anyway?
  8424.  
  8425. !*strings.6542:Cannot copy messages into the 'Outbox' folder:\n\
  8426. That folder is only for storing messages\n\
  8427. to be sent later.
  8428.  
  8429. !*strings.6541:Delivery failed for 1 message.\n\
  8430. \n\
  8431. This message has been left in the Outbox folder.\n\
  8432. Before it can be delivered, the error must be\n\
  8433. corrected.
  8434.  
  8435. !*strings.6540:Delivery failed for %d messages.\n\
  8436. \n\
  8437. These messages have been left in the Outbox folder.\n\
  8438. Before they can be delivered, the errors must be\n\
  8439. corrected.
  8440.  
  8441. !*strings.6539:You can't move a mail folder into a newsgroup.
  8442.  
  8443. !*strings.6538:You can't move a newsgroup into a mail folder.
  8444.  
  8445. !*strings.6537:Mail Server Problem: The UID's for the messages in this\n\
  8446.        folder are not increasing.  Contact your system administrator.
  8447.  
  8448. !*strings.6536:This mail server is not an IMAP4 mail server.
  8449.  
  8450. !*strings.6535:<TITLE>Go Online to View This Message</TITLE>\n\
  8451. The body of this message has not been downloaded from \n\
  8452. the server for reading offline. To read this message, \n\
  8453. you must reconnect to the network, choose Offline from \n\
  8454. the File menu and then select Work Online.
  8455.  
  8456. !*strings.6534:Compaction failed.
  8457.  
  8458. !*strings.6533:At least 30 new IMAP folders have been found.\n\
  8459. \n\
  8460. Press <OK> to continue or <cancel> to change\n\
  8461. the IMAP server directory.
  8462.  
  8463. !*strings.6532:Enter IMAP server directory name.
  8464.  
  8465. !*strings.6531:Posting to newsgroups on different hosts is not supported.
  8466.  
  8467. !*strings.6529:This IMAP folder is out of date.  Open it again for a more complete search.
  8468.  
  8469. !*strings.6528:Your new mail directory preference\n\
  8470. will take effect the next time\n\
  8471. you restart Communicator.
  8472.  
  8473. !*strings.6527:Netscape is unable to save your message as draft.\n\
  8474. Please verify that your Mail preferences are correct\n\
  8475. and try again.
  8476.  
  8477. !*strings.6526:Netscape is unable to save your message as template.\n\
  8478. Please verify that your Mail preferences are correct\n\
  8479. and try again.
  8480.  
  8481. !*strings.6525:Your SMTP mail server could not start a secure connection.\n\
  8482. You have requested to send mail ONLY in secure mode and therefore the connection has been aborted. Please check your preferences.
  8483.  
  8484. !*strings.6524:Your Send operation was successful, but copying the message\n\
  8485. to your Sent folder failed. Would you like to return to the compose\n\
  8486. window?
  8487.  
  8488. !*strings.-1192:An I/O error occurred during security authorization.\n\
  8489. Please try your connection again
  8490.  
  8491. !*strings.-1191:The security library has experienced an error.\n\
  8492. You will probably be unable to connect to this site securely.
  8493.  
  8494. !*strings.-1190:The security library has received bad data.\n\
  8495. You will probably be unable to connect to this site securely.
  8496.  
  8497. !*strings.-1189:The security library has experienced an error.\n\
  8498. You will probably be unable to connect to this site securely.
  8499.  
  8500. !*strings.-1188:The security library has experienced an error.\n\
  8501. You will probably be unable to connect to this site securely.
  8502.  
  8503. !*strings.-1187:The security library has experienced an error.\n\
  8504. You will probably be unable to connect to this site securely.
  8505.  
  8506. !*strings.-1186:The security library has experienced an error.\n\
  8507. You will probably be unable to connect to this site securely.
  8508.  
  8509. !*strings.-1185:The security library has experienced an error.\n\
  8510. You will probably be unable to connect to this site securely.
  8511.  
  8512. !*strings.-1184:The security library has experienced an error.\n\
  8513. You will probably be unable to connect to this site securely.
  8514.  
  8515. !*strings.-1183:The security library has encountered an improperly formatted\n\
  8516. DER-encoded message.
  8517.  
  8518. !*strings.-1182:The server's certificate has an invalid signature.\n\
  8519. You will not be able to connect to this site securely.
  8520.  
  8521. !*strings.-1181:This operation cannot be performed because a required\n\
  8522. certificate has expired.  Click on the `Security' icon\n\
  8523. for more information about certificates.
  8524.  
  8525. !*strings.-1180:This operation cannot be performed because a required\n\
  8526. certificate has been revoked.  Click on the `Security'\n\
  8527. icon for more information about certificates.
  8528.  
  8529. !*strings.-1179:The certificate issuer for this server is not recognized by\n\
  8530. Netscape. The security certificate may or may not be valid.\n\
  8531. \n\
  8532. Netscape refuses to connect to this server.
  8533.  
  8534. !*strings.-1178:The server's public key is invalid.\n\
  8535. You will not be able to connect to this site securely.
  8536.  
  8537. !*strings.-1177:The security password entered is incorrect.
  8538.  
  8539. !*strings.-1176:You did not enter your new password correctly.  Please try again.
  8540.  
  8541. !*strings.-1175:The security library has experienced an error.\n\
  8542. You will probably be unable to connect to this site securely.
  8543.  
  8544. !*strings.-1174:The security library has experienced a database error.\n\
  8545. You will probably be unable to connect to this site securely.
  8546.  
  8547. !*strings.-1173:The security library has experienced an out of memory error.\n\
  8548. Please try to reconnect.
  8549.  
  8550. !*strings.-1172:The certificate issuer for this server has been marked as\n\
  8551. not trusted by the user.  Netscape refuses to connect to this\n\
  8552. server.
  8553.  
  8554. !*strings.-1171:The certificate for this server has been marked as not\n\
  8555. trusted by the user.  Netscape refuses to connect to this\n\
  8556. server.
  8557.  
  8558. !*strings.-1170:The Certificate that you are trying to download\n\
  8559. already exists in your database.
  8560.  
  8561. !*strings.-1169:You are trying to download a certificate whose name\n\
  8562. is the same as one that already exists in your database.\n\
  8563. If you want to download the new certificate you should\n\
  8564. delete the old one first.
  8565.  
  8566. !*strings.-1168:Error adding certificate to your database
  8567.  
  8568. !*strings.-1167:Error refiling the key for this certificate
  8569.  
  8570. !*strings.-1166:The Private Key for this certificate can\n\
  8571. not be found in your key database
  8572.  
  8573. !*strings.-1165:This certificate is valid.
  8574.  
  8575. !*strings.-1164:This certificate is not valid.
  8576.  
  8577. !*strings.-1163:No Response
  8578.  
  8579. !*strings.-1162:The certificate authority that issued this site's\n\
  8580. certificate has expired.\n\
  8581. Check your system date and time.
  8582.  
  8583. !*strings.-1161:The certificate revocation list for this certificate authority\n\
  8584. that issued this site's certificate has expired.\n\
  8585. Reload a new certificate revocation list or check your system data and time.
  8586.  
  8587. !*strings.-1160:The certificate revocation list for this certificate authority\n\
  8588. that issued this site's certificate has an invalid signature.\n\
  8589. Reload a new certificate revocation list.
  8590.  
  8591. !*strings.-1159:The certificate revocation list you are trying to load has\n\
  8592. an invalid format.
  8593.  
  8594. !*strings.-1158:Extension value is invalid.
  8595.  
  8596. !*strings.-1157:Extension not found.
  8597.  
  8598. !*strings.-1156:Issuer certificate is invalid.
  8599.  
  8600. !*strings.-1155:Certificate path length constraint is invalid.
  8601.  
  8602. !*strings.-1154:Certificate usages is invalid.
  8603.  
  8604. !*strings.-1153:**Internal ONLY module**
  8605.  
  8606. !*strings.-1152:The system tried to use a key which does not support\n\
  8607. the requested operation.
  8608.  
  8609. !*strings.-1151:Certificate contains unknown critical extension.
  8610.  
  8611. !*strings.-1150:The certificate revocation list you are trying to load is not\n\
  8612. later than the current one.
  8613.  
  8614. !*strings.-1149:This message cannot be encrypted or signed because you do not\n\
  8615. yet have an email certificate.  Click on the `Security' icon for more\n\
  8616. information about certificates.
  8617.  
  8618. !*strings.-1148:This message cannot be encrypted because you do not have\n\
  8619. certificates for each of the recipients.  Clicking on the\n\
  8620. `Security' icon will give you more information.\n\
  8621. \n\
  8622. Turn off encryption and send the message anyway?
  8623.  
  8624. !*strings.-1147:The data cannot be decrypted because you are not a recipient;\n\
  8625. either it was not intended for you, or a matching certificate or\n\
  8626. Private Key cannot be found in your local database.
  8627.  
  8628. !*strings.-1146:The data cannot be decrypted because the key encryption\n\
  8629. algorithm it used does not match that of your certificate.
  8630.  
  8631. !*strings.-1145:Signature verification failed due to no signer found,\n\
  8632. too many signers found, or improper or corrupted data.
  8633.  
  8634. !*strings.-1144:An unsupported or unknown key algorithm was encountered;\n\
  8635. the current operation cannot be completed.
  8636.  
  8637. !*strings.-1143:The data cannot be decrypted because it was encrypted using an\n\
  8638. algorithm or key size which is not allowed by this configuration.
  8639.  
  8640. !*strings.-1134:No Compromised Key List for this site's certificate has been found.\n\
  8641. You must load the Compromised Key List before continuing.
  8642.  
  8643. !*strings.-1133:The Compromised Key List for this site's certificate has expired.\n\
  8644. Reload a new Compromised Key List.
  8645.  
  8646. !*strings.-1132:The Compromised Key List for this site's certificate has an invalid signature.\n\
  8647. Reload a new Compromised Key List.
  8648.  
  8649. !*strings.-1131:The key for this site's certificate has been revoked.\n\
  8650. You will be unable to access this site securely.
  8651.  
  8652. !*strings.-1130:The Compromised Key List you are trying to load has\n\
  8653. an invalid format.
  8654.  
  8655. !*strings.-1129:The security library is out of random data.
  8656.  
  8657. !*strings.-1128:The security library could not find a security module which can\n\
  8658. perform the requested operation.
  8659.  
  8660. !*strings.-1127:The security card or token does not exist, needs to be initialized\n\
  8661. or has been removed.
  8662.  
  8663. !*strings.-1126:The security library has experienced a database error.\n\
  8664. You will probably be unable to connect to this site securely.
  8665.  
  8666. !*strings.-1125:No slot or token was selected.
  8667.  
  8668. !*strings.-1124:A certificate with the same name already exists.
  8669.  
  8670. !*strings.-1123:A key with the same name already exists.
  8671.  
  8672. !*strings.-1122:An error occurred while creating safe object
  8673.  
  8674. !*strings.-1121:An error occurred while creating safe object
  8675.  
  8676. !*strings.-1120:Couldn't remove the principal
  8677.  
  8678. !*strings.-1119:Couldn't delete the privilege
  8679.  
  8680. !*strings.-1118:This principal doesn't have a certificate
  8681.  
  8682. !*strings.-1117:The operation cannot be performed because the required\n\
  8683. algorithm is not allowed by this configuration.
  8684.  
  8685. !*strings.-1116:Unable to export certificates.  An error occurred attempting to\n\
  8686. export the certificates.
  8687.  
  8688. !*strings.-1115:An error occurred attempting to import the certificates.
  8689.  
  8690. !*strings.-1114:Unable to import certificates.  The file specified is either\n\
  8691. corrupt or is not a valid file.
  8692.  
  8693. !*strings.-1113:Unable to import certificates.  Either the integrity password\n\
  8694. is incorrect or the data in the file specified has been tampered\n\
  8695. with or corrupted in some manner.
  8696.  
  8697. !*strings.-1112:Unable to import certificates.  The algorithm used to generate the\n\
  8698. integrity information for this file is not supported in the application.
  8699.  
  8700. !*strings.-1111:Unable to import certificates.  Communicator only supports password\n\
  8701. integrity and password privacy modes for importing certificates.
  8702.  
  8703. !*strings.-1110:Unable to import certificates.  The file containing the certificates\n\
  8704. is corrupt.  Required information is either missing or invalid.
  8705.  
  8706. !*strings.-1109:Unable to import certificates.  The algorithm used to encrypt the\n\
  8707. contents is not supported by Communicator.
  8708.  
  8709. !*strings.-1108:Unable to import certificates.  The file is a version not supported by\n\
  8710. Communicator.
  8711.  
  8712. !*strings.-1107:Unable to import certificates.  The privacy password specified is\n\
  8713. incorrect.
  8714.  
  8715. !*strings.-1106:Unable to import certificates.  A certificate with the same nickname,\n\
  8716. as one being imported already exists in your Communicator database.
  8717.  
  8718. !*strings.-1105:The user pressed cancel.
  8719.  
  8720. !*strings.-1104:Certificates could not be imported since they already exist on the machine.
  8721.  
  8722. !*strings.-1102:The certificate is not approved for the attempted operation.
  8723.  
  8724. !*strings.-1101:The certificate is not approved for the attempted application.
  8725.  
  8726. !*strings.-1100:The email address in the signing certificate does not match\n\
  8727. the email address in the message headers.  If these two\n\
  8728. addresses do not belong to the same person, then this could\n\
  8729. be an attempt at forgery.
  8730.  
  8731. !*strings.-1099:Unable to import certificates.  An error occurred while attempting\n\
  8732. to import the Private Key associated with the certificate being imported.
  8733.  
  8734. !*strings.-1098:Unable to import certificates.  An error occurred while attempting\n\
  8735. to import the certificate chain associated with the certificate\n\
  8736. being imported.
  8737.  
  8738. !*strings.-1097:Unable to export certificates.  An error occurred while trying to locate\n\
  8739. a certificate or a key by its nickname.
  8740.  
  8741. !*strings.-1096:Unable to export certificates.  The Private Key associated with a\n\
  8742. certificate could not be located or could not be exported from the\n\
  8743. key database.
  8744.  
  8745. !*strings.-1095:Unable to export certificates.  An error occurred while trying to write\n\
  8746. the export file.  Make sure the destination drive is not full and try\n\
  8747. exporting again.
  8748.  
  8749. !*strings.-1094:Unable to import certificates.  An error occurred while reading the\n\
  8750. import file.  Please make sure the file exists and is not corrupt and\n\
  8751. then try importing the file again.
  8752.  
  8753. !*strings.-1093:Unable to export certificates.  The database which contains\n\
  8754. Private Keys has not been initialized.  Either your key database\n\
  8755. is corrupt or has been deleted.  There is no key associated with\n\
  8756. this certificate.
  8757.  
  8758. !*strings.-1092:Unable to generate Public/Private Key Pair.
  8759.  
  8760. !*strings.-1091:The password you entered is invalid.  Please pick a different one.
  8761.  
  8762. !*strings.-1090:You did not enter your old password correctly.  Please try again.
  8763.  
  8764. !*strings.-1089:The Certificate Name you entered is already in use by another certificate.
  8765.  
  8766. !*strings.-1088:Server FORTEZZA chain has a non-FORTEZZA Certificate. \n\
  8767. You will probably be unable to connect to this site securely.
  8768.  
  8769. !*strings.-1087:Unknown
  8770.  
  8771. !*strings.-1086:Invalid module name.
  8772.  
  8773. !*strings.-1085:Invalid module path/filename
  8774.  
  8775. !*strings.-1084:Unable to add module
  8776.  
  8777. !*strings.-1083:Unable to delete module
  8778.  
  8779. !*strings.-1082:The Compromised Key List you are trying to load is not\n\
  8780. later than the current one.
  8781.  
  8782. !*strings.-1081:The CKL you are trying to load has a different issuer\n\
  8783. than your current CKL.  You must first delete your\n\
  8784. current CKL.
  8785.  
  8786. !*strings.-1080:The Compromised Key List for this site's certificate\n\
  8787. is not yet valid.  Reload a new Compromised Key List.
  8788.  
  8789. !*strings.-1079:The certificate revocation list for this site's\n\
  8790. certificate is not yet valid. Reload a new certificate\n\
  8791. revocation list.
  8792.  
  8793. !*strings.23000:<head>%-styleinfo-%</head><body bgcolor="#bbbbbb"><div><form name=theform action=internal-dialog-handler method=post><input type="hidden" %-cont-%
  8794.  
  8795. !*strings.23001:name="handle" value="%0%"><input type="hidden" name="xxxbuttonxxx"><font size=2>
  8796.  
  8797. !*strings.23002:</font></form></div></body>%0%
  8798.  
  8799. !*strings.23008:<HTML><HEAD>%-styleinfo-%<TITLE>%0%</TITLE><SCRIPT LANGUAGE="JavaScript">\n\
  8800. var dlgstring ='
  8801.  
  8802. !*strings.23009:';\n\
  8803. var butstring ='
  8804.  
  8805. !*strings.23010:';\n\
  8806. function drawdlg(win){\n\
  8807. captureEvents(Event.MOUSEDOWN);\n\
  8808. with(win.frames[0]) {\n\
  8809. document.write(parent.dlgstring);document.close();\n\
  8810. }\n\
  8811. with(win.frames[1]) {\n\
  8812. butstring='<html><body bgcolor="#bbbbbb"><form>'%-cont-%
  8813.  
  8814. !*strings.23011:+butstring+'</form></body></html>';document.write(parent.butstring);document.close();\n\
  8815. }\n\
  8816. return false;\n\
  8817. }\n\
  8818. function clicker(but,win)\n\
  8819. {\n\
  8820. with(win.frames[0].document.forms[0]) {\n\
  8821. xxxbuttonxxx.value=but.value;\n\
  8822. xxxbuttonxxx.name='button';\n\
  8823. %-cont-%
  8824.  
  8825. !*strings.23012:submit();\n\
  8826. }\n\
  8827. }\n\
  8828. function onMouseDown(e)\n\
  8829. {\n\
  8830. if ( e.which == 3 )\n\
  8831. return false;\n\
  8832. return true;\n\
  8833. }\n\
  8834. </SCRIPT></HEAD><FRAMESET ROWS="*,50"ONLOAD="drawdlg(window)" BORDER=0>\n\
  8835. %-cont-%
  8836.  
  8837. !*strings.23013:<FRAME SRC="about:blank" MARGINWIDTH=5 MARGINHEIGHT=3 NORESIZE BORDER=NO>\n\
  8838. <FRAME SRC="about:blank" MARGINWIDTH=5 MARGINHEIGHT=0 NORESIZE SCROLLING=NO BORDER=NO>\n\
  8839. </FRAMESET></HTML>\n
  8840.  
  8841. !*strings.23014:<div align=right><input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8842.  
  8843. !*strings.23015:<div align=right><input type="button" name="button" value="%ok%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8844.  
  8845. !*strings.23016:<div align=right><input type="button" name="button" value="%continue%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8846.  
  8847. !*strings.23017:<div align=right><input type="button" value="%ok%" width=80 onclick="parent.clicker(this,window.parent)">  <input type="button" value="%cancel%" width=80 onclick="parent.clicker(this,window.parent)"></div>
  8848.  
  8849. !*strings.23018:<div align=right><input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%continue%" onclick="parent.clicker(this,window.parent)" width=80></div>
  8850.  
  8851. !*strings.23019:<head>%-styleinfo-%</head><body bgcolor="#bbbbbb"><form name=theform action=internal-panel-handler method=post><input type="hidden" %-cont-%
  8852.  
  8853. !*strings.23020:name="handle" value="%0%"><input type="hidden" name="xxxbuttonxxx"><font size=2>
  8854.  
  8855. !*strings.23026:<div align=right><input type="button" name="button" value="%next%" onclick="parent.clicker(this,window.parent)" width=80>  <input %-cont-%
  8856.  
  8857. !*strings.23027:type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  8858.  
  8859. !*strings.23028:<div align=right><input type="button" name="button" value="%back%" onclick="parent.clicker(this,window.parent)" width=80><input type="button" name="button" value="%next%" %-cont-%
  8860.  
  8861. !*strings.23029:onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  8862.  
  8863. !*strings.23030:<dig align=right><input type="button" name="button" value="%back%" onclick="parent.clicker(this,window.parent)" width=80>%-cont-%
  8864.  
  8865. !*strings.23031:<input type="button" name="button" value="%finished%" onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  8866.  
  8867. !*strings.23032:%0%
  8868.  
  8869. !*strings.23033:<title>%0%</title><b>%1%</b><hr>%2%<hr>%3%
  8870.  
  8871. !*strings.23034:%0%%1%%2%
  8872.  
  8873. !*strings.23035:%sec-banner-begin%%0%%sec-banner-end%<b><div><font size=4>%1% is a site that uses encryption to protect transmitted information. %-cont-%
  8874.  
  8875. !*strings.23036:However, Netscape does not recognize the authority who signed its Certificate.</font></b></div><p><div>Although Netscape does not recognize the %-cont-%
  8876.  
  8877. !*strings.23037:signer of this Certificate, you may decide to accept it anyway so that you can connect to and exchange information with this site.<p>This %-cont-%
  8878.  
  8879. !*strings.23038:assistant will help you decide whether or not you wish to accept this Certificate and to what extent.%2%</div>
  8880.  
  8881. !*strings.23044:%sec-banner-begin%%0%%sec-banner-end%<div>Here is the Certificate that is being presented:</div><hr><table><tr><td valign=top><font %-cont-%
  8882.  
  8883. !*strings.23045:size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font size=2>%1%<br>%2%<br>%3% Grade (%4% with %5%-bit secret %-cont-%
  8884.  
  8885. !*strings.23046:key)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr><div>The signer of the %-cont-%
  8886.  
  8887. !*strings.23047:Certificate promises you that the holder of this Certificate is who they say they are.  The encryption level is an indication of how difficult it %-cont-%
  8888.  
  8889. !*strings.23048:would be for someone to eavesdrop on any information exchanged between you and this web site.%6%</div>
  8890.  
  8891. !*strings.23049:%sec-banner-begin%%0%%sec-banner-end%<div>Are you willing to accept this certificate for the purposes of receiving encrypted %-cont-%
  8892.  
  8893. !*strings.23050:information from this web site?<p>This means that you will be able to browse through the site and receive documents from it and that all of %-cont-%
  8894.  
  8895. !*strings.23051:these documents are protected from observation by a third party by encryption.<p><input type=radio name=accept value=session%1%>Accept this %-cont-%
  8896.  
  8897. !*strings.23052:certificate for this session<br><input type=radio name=accept value=cancel%2%>Do not accept this certificate and do not connect<br><input type=radio name=accept %-cont-%
  8898.  
  8899. !*strings.23053:value=forever%3%>Accept this certificate forever (until it expires)</div><br>%4%
  8900.  
  8901. !*strings.23064:%sec-banner-begin%%0%%sec-banner-end%<div>By accepting this certificate you are ensuring that all information you exchange with this site %-cont-%
  8902.  
  8903. !*strings.23065:will be encrypted.  However, encryption will not protect you from fraud.<p>To protect yourself from fraud, do not send information %-cont-%
  8904.  
  8905. !*strings.23066:(especially personal information, credit card numbers, or passwords) to this site if you have any doubt about the site's integrity.<p>For your %-cont-%
  8906.  
  8907. !*strings.23067:own protection, Netscape can remind you of this at the appropriate time.<p><center><input type=checkbox name=postwarn value=yes %1%>Warn me %-cont-%
  8908.  
  8909. !*strings.23068:before I send information to this site</center><p></div>%2%
  8910.  
  8911. !*strings.23069:%sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by:<br>%1%</b><p>You have %-cont-%
  8912.  
  8913. !*strings.23070:decided to refuse this ID. If, in the future, you change your mind about this decision, just visit this site again and this assistant will %-cont-%
  8914.  
  8915. !*strings.23071:reappear.<p>Click on the Finish button to return to the document you were viewing before you attempted to connect to this site.</div>%2%
  8916.  
  8917. !*strings.23072:%sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by:<br>%1%</b></div><p><div>You have %-cont-%
  8918.  
  8919. !*strings.23073:decided to accept this certificate and have asked that Netscape Communicator warn you before you send information to this site.<p>If you %-cont-%
  8920.  
  8921. !*strings.23074:change your mind, open Security Info from the Communicator menu and edit Site Certificates.<p>Click on the Finish button to begin receiving documents.%2%
  8922.  
  8923. !*strings.23080:%sec-banner-begin%%0%%sec-banner-end%<b><div>You have finished examining the certificate presented by:<br>%1%</div></b><p><div>You have %-cont-%
  8924.  
  8925. !*strings.23081:decided to accept this certificate and have decided not to have Netscape Communicator warn you before you send information to this site.</div><p><div>If %-cont-%
  8926.  
  8927. !*strings.23082:you change your mind, open Security Info from the Communicator Menu edit Site Certificates.<p>Click on the Finish button to begin %-cont-%
  8928.  
  8929. !*strings.23083:receiving documents.</div>%2%
  8930.  
  8931. !*strings.23084:%sec-banner-begin%%0%%sec-banner-end%<div>The certificate that the site '%1%' has presented does not contain the correct site %-cont-%
  8932.  
  8933. !*strings.23085:name. It is possible, though unlikely, that someone may be trying to intercept your communication with this site.  If you suspect the %-cont-%
  8934.  
  8935. !*strings.23086:certificate shown below does not belong to the site you are connecting with, please cancel the connection and notify the site administrator. <p>%-cont-%
  8936.  
  8937. !*strings.23087:Here is the Certificate that is being presented:</div><hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: %-cont-%
  8938.  
  8939. !*strings.23088:</font></td><td valign=top><font size=2>%2%<br>%3%<br>%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><input %-cont-%
  8940.  
  8941. !*strings.23089:type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>%7%
  8942.  
  8943. !*strings.23100:%sec-banner-begin%%0%%sec-banner-end%Please enter your new password.  The safest passwords are a combination of letters %-cont-%
  8944.  
  8945. !*strings.23101:and numbers, are at least 8 characters long, and contain no words from a dictionary.<p>Password: <input type=password name=password1><p>Type in %-cont-%
  8946.  
  8947. !*strings.23102:your password, again, for verification:<p>Retype Password: <input type=password name=password2><p><b>Do not forget your password!  Your %-cont-%
  8948.  
  8949. !*strings.23103:password cannot be recovered. If you forget it, you will have to obtain new Certificates.</b>
  8950.  
  8951. !*strings.23109:%sec-banner-begin%%0%%sec-banner-end%You did not enter your password correctly.  Please try again:<p>Password: <input %-cont-%
  8952.  
  8953. !*strings.23110:type=password name=password1><p>Type in your password, again, for verification:<p>Retype Password: <input type=password name=password2><p>%-cont-%
  8954.  
  8955. !*strings.23111:<b>Do not forget your password!  Your password cannot be recovered. If you forget it, you will have to obtain new Certificates.</b> 
  8956.  
  8957. !*strings.23112:%sec-banner-begin%%0%%sec-banner-end%It is strongly recommended that you protect your Private Key with a %-cont-%
  8958.  
  8959. !*strings.23113:Communicator password.  If you do not want a password, leave the password field blank.<P>The safest passwords are at least 8 characters long, include %-cont-%
  8960.  
  8961. !*strings.23114:both letters and numbers, and contain no words from a dictionary.<P><table><tr><td>Password:</td><td><input type=password name=password1></td>%-cont-%
  8962.  
  8963. !*strings.23115:</td></tr><tr><td>Type it again to confirm:</td><td><input type=password name=password2></td><td valign=bottom></td></tr></table><B>Important: %-cont-%
  8964.  
  8965. !*strings.23116:Your password cannot be recovered.  If you forget it, you will lose all of your certificates.</B><P>If you wish to change your password or other security %-cont-%
  8966.  
  8967. !*strings.23117:preferences, choose Security Info from the Communicator menu.
  8968.  
  8969. !*strings.23128:%sec-banner-begin%%0%%sec-banner-end%You have elected to operate without a password.<p>If you decide that you %-cont-%
  8970.  
  8971. !*strings.23129:would like to have a password to protect your Private Keys and Certificates, you can set up a password in Security Preferences.
  8972.  
  8973. !*strings.23130:%sec-banner-begin%%0%%sec-banner-end%Change the password for the %1%.<p>Enter your old password: <input %-cont-%
  8974.  
  8975. !*strings.23131:type=password name=password value=%2%><P><P>Enter your new password.  Leave the password fields blank if you don't want a password.<p><table><tr><td>%-cont-%
  8976.  
  8977. !*strings.23132:New Password:</td><td><input type=password name=password1></td></tr><tr><td>Type it again to confirm:</td><td><input type=password name=password2>%-cont-%
  8978.  
  8979. !*strings.23133:</td></tr></table><p><B>Important: Your password cannot be recovered.  If you forget it, you will lose all of your certificates.</B>
  8980.  
  8981. !*strings.23140:%sec-banner-begin%%0%%sec-banner-end%Your attempt to change your password failed.<p>This may be because your %-cont-%
  8982.  
  8983. !*strings.23141:key database is inaccessible (which can happen if you were already running a Communicator when you started this one), or because of some other %-cont-%
  8984.  
  8985. !*strings.23142:error.<p>It may indicate that your key database file has been corrupted, in which case you should try to get it from of a backup, if possible. As %-cont-%
  8986.  
  8987. !*strings.23143:a last resort, you may need to delete your key database, after which you will have to obtain new personal Certificates.
  8988.  
  8989. !*strings.23194:<table border=0 cellpadding=0 cellspacing=0 width="100%%"><td><input type="button" value="%moreinfo%" width=80 onclick="parent.clicker(this,window.parent)"></td>%-cont-%
  8990.  
  8991. !*strings.23195:<td align="right" nowrap><input type="button" value="%ok%" width=80 onclick="parent.clicker(this,window.parent)">  %-cont-%
  8992.  
  8993. !*strings.23196:<input type="button" value="%cancel%" width=80 onclick="parent.clicker(this,window.parent)"></td></table>
  8994.  
  8995. !*strings.23199:<div align=right><input type="button" name="button" value="%finished%" onclick="parent.clicker(this,window.parent)" width=80>  %-cont-%
  8996.  
  8997. !*strings.23200:<input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80></div>%0%
  8998.  
  8999. !*strings.23211:%sec-banner-begin%%0%%sec-banner-end%This function is not implemented:<br>%1%<br>Certificate name:<br>%2%
  9000.  
  9001. !*strings.23212:%0%%1%
  9002.  
  9003. !*strings.23213:<b><FONT SIZE=4>WARNING: If you delete this Certificate you will not be able to read any E-mail that has been encrypted with it.</FONT></b><p>Are you sure that you want to delete this Personal Certificate?<p>%0%
  9004.  
  9005. !*strings.23214:Are you sure that you want to delete this Site Certificate?<p>%0%
  9006.  
  9007. !*strings.23215:Are you sure that you want to delete this Certificate Authority?<p>%0%
  9008.  
  9009. !*strings.23216:%0%<hr>This Certificate belongs to an SSL server site.<br><input type=radio name=allow value=yes %1%>Allow connections to this site<br>%-cont-%
  9010.  
  9011. !*strings.23217:<input type=radio name=allow value=no %2%>Do not allow connections to this site<hr><input type=checkbox name=postwarn value=yes %3%>Warn %-cont-%
  9012.  
  9013. !*strings.23218:before sending data to this site
  9014.  
  9015. !*strings.23224:%0%<hr><div>This Certificate belongs to a Certifying Authority<br> %-cont-%
  9016.  
  9017. !*strings.23225:%1%<br>%2%<br>%3%<hr><input %-cont-%
  9018.  
  9019. !*strings.23226:type=checkbox name=postwarn value=yes %4%>Warn before sending data to sites certified by this authority</div>
  9020.  
  9021. !*strings.23232:%sec-banner-begin%%0%%sec-banner-end%<b>Warning: You %-cont-%
  9022.  
  9023. !*strings.23233:are about to send encrypted information to the site %1%.</b><p>It is safer not to send information (particularly personal information, credit %-cont-%
  9024.  
  9025. !*strings.23234:card numbers, or passwords) to this site if you are in doubt about its Certificate or integrity.<br>Here is the Certificate for this site:<hr>%-cont-%
  9026.  
  9027. !*strings.23235:<table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font size=2>%2%<br>%3%<br>%-cont-%
  9028.  
  9029. !*strings.23236:%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%
  9030.  
  9031. !*strings.23237:"></font></td></tr></table><hr><input type=radio name=action value=sendandwarn checked>Send this information and warn again next %-cont-%
  9032.  
  9033. !*strings.23238:time<br><input type=radio name=action value=send>Send this information and do not warn again<br><input type=radio name=action value=dontsend>Do not send information<br>%7%
  9034.  
  9035. !*strings.23239:%sec-banner-begin%%0%%sec-banner-end%<div>You are about to %-cont-%
  9036.  
  9037. !*strings.23240:go through the process of accepting a Certificate Authority. This has serious implications on the security of future encryptions using %-cont-%
  9038.  
  9039. !*strings.23241:Netscape. This assistant will help you decide whether or not you wish to accept this Certificate Authority.</div>
  9040.  
  9041. !*strings.23252:%sec-banner-begin%%0%%sec-banner-end%<div>A Certificate %-cont-%
  9042.  
  9043. !*strings.23253:Authority certifies the identity of sites on the internet. By accepting this Certificate Authority, you will allow Netscape Communicator to connect %-cont-%
  9044.  
  9045. !*strings.23254:to and receive information from any site that this authority certifies without prompting or warning you.</div><p><div>If you choose to refuse this %-cont-%
  9046.  
  9047. !*strings.23255:Certificate Authority, you will be prompted before you connect to or receive information from any site that this authority certifies.</div> 
  9048.  
  9049. !*strings.23261:%sec-banner-begin%%0%%sec-banner-end%<div>Here is the certificate for this Certificate Authority. Examine it carefully. The %-cont-%
  9050.  
  9051. !*strings.23262:Certificate Fingerprint can be used to verify that this Authority is who they say they are. To do this, compare the Fingerprint against the %-cont-%
  9052.  
  9053. !*strings.23263:Fingerprint published by this authority in other places.</div><hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: </font></td>%-cont-%
  9054.  
  9055. !*strings.23264:<td valign=top><font size=2>%1%<br>%2%</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%
  9056.  
  9057. !*strings.23265:"></font></td></tr></table><hr>
  9058.  
  9059. !*strings.23266:%sec-banner-begin%%0%%sec-banner-end%<div>Are you willing to accept this Certificate Authority for the purposes of certifying %-cont-%
  9060.  
  9061. !*strings.23267:other internet sites, email users, or software developers?<p> %1%%2%%3%</div>
  9062.  
  9063. !*strings.23275:%sec-banner-begin%%0%%sec-banner-end%<div>By accepting this Certificate Authority, you have told Netscape Communicator to connect to %-cont-%
  9064.  
  9065. !*strings.23276:to connect to and receive information from any site that it certifies  without warning you or prompting you.<p>Netscape Communicator can, however, warn you before %-cont-%
  9066.  
  9067. !*strings.23277:you send information to such a site.</div><p><div><input type=checkbox name=postwarn value=yes %1%>Warn me before sending information to sites %-cont-%
  9068.  
  9069. !*strings.23278:certified by this Certificate Authority</div>
  9070.  
  9071. !*strings.23279:%sec-banner-begin%%0%%sec-banner-end%<div>You have accepted this Certificate Authority.  You must now select a nickname that will be %-cont-%
  9072.  
  9073. !*strings.23280:used to identify this Certificate Authority, for example <b>Mozilla's Certificate Shack</b>.<p>Nickname: <font size=4><input type=text %-cont-%
  9074.  
  9075. !*strings.23281:name=nickname></font></div>
  9076.  
  9077. !*strings.23282:%sec-banner-begin%%0%%sec-banner-end%By rejecting this Certificate Authority, you have told Netscape Communicator not to connect %-cont-%
  9078.  
  9079. !*strings.23283:to and receive information from any site that it certifies without prompting you.
  9080.  
  9081. !*strings.23294:%0%
  9082.  
  9083. !*strings.23295:%sec-banner-begin%%0%%sec-banner-end%The site '%1%' has requested client authentication.<p>Here is the %-cont-%
  9084.  
  9085. !*strings.23296:site's certificate:<hr><table><tr><td valign=top><font size=2>Certificate for: <br>Signed by: <br>Encryption: </font></td><td valign=top><font %-cont-%
  9086.  
  9087. !*strings.23297:size=2>%2%<br>%3%<br>%4% Grade (%5% with %6%-bit secret key)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%%-cont-%
  9088.  
  9089. !*strings.23298:"></td></tr></table><hr>Select Your Certificate:<select name=cert>%7%</select>%8%
  9090.  
  9091. !*strings.23304:%sec-banner-begin%%0%%sec-banner-end%The site '%1%' has requested client authentication, but you do not have a Personal %-cont-%
  9092.  
  9093. !*strings.23305:Certificate to authenticate yourself.  The site may choose not to give you access without one.%2%
  9094.  
  9095. !*strings.23306:%sec-banner-begin%%0%%sec-banner-end%<B>All of the files that you have requested were encrypted.</B><p> This means that the %-cont-%
  9096.  
  9097. !*strings.23307:files that make up the document are sent to you encrypted for privacy while in transit.<p> For more details on the encryption of this %-cont-%
  9098.  
  9099. !*strings.23308:document, open Document Information.<p> <center><input type="submit" name="button" value="%ok%"><input type="submit" name="button" %-cont-%
  9100.  
  9101. !*strings.23309:value="%showdocinfo%"></center>%1%
  9102.  
  9103. !*strings.23315:<img src=about:security?banner-mixed>%0%<br clear=all><p><B>Some of the files that you have requested were encrypted.</B><p> Some of these files %-cont-%
  9104.  
  9105. !*strings.23316:are sent to you encrypted for privacy while in transit. Others are not encrypted and can be observed by a third party while in transit.<p>To %-cont-%
  9106.  
  9107. !*strings.23317:find out exactly which files were encrypted and which were not, open Document Information.<p> <center><input type="submit" name="button" %-cont-%
  9108.  
  9109. !*strings.23318:value="%ok%"><input type="submit" name="button" value="%showdocinfo%"></center>%1%
  9110.  
  9111. !*strings.23319:<img src=about:security?banner-insecure>%0%<br clear=all><p><B>None of the files that you have requested are encrypted.</B><p>Unencrypted files can %-cont-%
  9112.  
  9113. !*strings.23320:be observed by a third party while in transit.<p> <center><input type="submit" name="button" value="%ok%"></center>%1%
  9114.  
  9115. !*strings.23336:RC2 encryption in CBC mode with a 40-bit key
  9116.  
  9117. !*strings.23337:RC2 encryption in CBC mode with a 64-bit key
  9118.  
  9119. !*strings.23338:RC2 encryption in CBC mode with a 128-bit key
  9120.  
  9121. !*strings.23339:DES encryption in CBC mode with a 56-bit key
  9122.  
  9123. !*strings.23340:DES EDE3 encryption in CBC mode with a 168-bit key
  9124.  
  9125. !*strings.23341:RC5 encryption in CBC mode with a 40-bit key
  9126.  
  9127. !*strings.23342:RC5 encryption in CBC mode with a 64-bit key
  9128.  
  9129. !*strings.23343:RC5 encryption in CBC mode with a 128-bit key
  9130.  
  9131. !*strings.23351:No valid encryption policy file was found for this English language \n\
  9132. version of Communicator.  All encryption and decryption will be disabled.
  9133.  
  9134. !*strings.23352:  (No ciphers are permitted)
  9135.  
  9136. !*strings.23353:  (When permitted)
  9137.  
  9138. !*strings.23354:%sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for S/MIME %1%</h3><ul>%2%</ul>%3%
  9139.  
  9140. !*strings.23355:%sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for SSL v2 %1%</h3><ul>%2%</ul>%3%
  9141.  
  9142. !*strings.23356:%sec-banner-begin%%0%%sec-banner-end%<h3>Select ciphers to enable for SSL v3 %1%</h3><ul>%2%</ul>%3%
  9143.  
  9144. !*strings.23362:%sec-banner-begin%%0%%sec-banner-end%You have received a new Certificate.  Communicator will refer to this %-cont-%
  9145.  
  9146. !*strings.23363:Certificate by the name shown below.  %1%<P>Click <B>OK</B> to install the certificate into Communicator or click <B>Cancel</B> to refuse your new %-cont-%
  9147.  
  9148. !*strings.23364:Certificate.<HR>Certificate Name: %2%<P><table width=97%%><tr><td>Certificate for: %3%<BR>Signed by: %4%</td><td align=right><input type=submit name=button %-cont-%
  9149.  
  9150. !*strings.23365:value="%showcert%"></td></tr></table><HR><P>%5%</font>
  9151.  
  9152. !*strings.23371:You can use the name provided or enter a new one.
  9153.  
  9154. !*strings.23372:%sec-banner-begin%%0%%sec-banner-end%A Certificate is arriving from %1%.<p>This Certificate works in conjunction %-cont-%
  9155.  
  9156. !*strings.23373:with the corresponding Private Key that was generated for you when you requested the Certificate.  Together they can identify you to Web sites and via Email.<p>Certificates and Private Keys are much more secure than %-cont-%
  9157.  
  9158. !*strings.23374:traditional username and password security methods.  For more information about Certificates, choose <b>Security Info</b> from the Communicator menu.
  9159.  
  9160. !*strings.23380:%sec-banner-begin%%0%%sec-banner-end%You should make a copy of your new Certificate.<p>If you lose your Certificate %-cont-%
  9161.  
  9162. !*strings.23381:it <b>cannot be recovered</b>.  Only you hold your Private Key.  Without it you will not be able to read any email that you received using that %-cont-%
  9163.  
  9164. !*strings.23382:Certificate.<p>To make a copy, click <b>Save As</b> and decide where you would like to save your Certificate.  If possible, you should save it on a %-cont-%
  9165.  
  9166. !*strings.23383:floppy disk that you keep in a safe location.<p><input type=submit name=button value="%saveas%">
  9167.  
  9168. !*strings.23384:Save User Certificate
  9169.  
  9170. !*strings.23392:%sec-banner-begin%%0%%sec-banner-end%When you click OK, Communicator will generate a Private Key for your %-cont-%
  9171.  
  9172. !*strings.23393:Certificate.  This may take a few minutes.<P><B>Important: If you interrupt this process, you will have to reapply for the Certificate.</B>%1% %2% %3%<P>
  9173.  
  9174. !*strings.23394:Key Generation Info
  9175.  
  9176. !*strings.23400:Certificate Download Info
  9177.  
  9178. !*strings.23401:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However the %-cont-%
  9179.  
  9180. !*strings.23402:digital Certificate that identifies this site has expired.  This may be because the certificate has actually expired, or because the date on %-cont-%
  9181.  
  9182. !*strings.23403:your computer is wrong.<p>The certificate expires on %2%.<p>Your computer's date is set to %3%.  If this date is incorrect, then you %-cont-%
  9183.  
  9184. !*strings.23404:should reset the date on your computer.<p>You may continue or cancel this connection.%4%
  9185.  
  9186. !*strings.23410:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However the %-cont-%
  9187.  
  9188. !*strings.23411:digital Certificate that identifies this site is not yet valid.  This may be because the certificate was installed too soon by the site %-cont-%
  9189.  
  9190. !*strings.23412:administrator, or because the date on your computer is wrong.<p>The certificate is valid beginning %2%.<p>Your computer's date is set to %-cont-%
  9191.  
  9192. !*strings.23413:%3%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel this connection.%4%
  9193.  
  9194. !*strings.23419:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However one of %-cont-%
  9195.  
  9196. !*strings.23420:the Certificate Authorities that identifies this site has expired.  This may be because a certificate has actually expired, or because the date %-cont-%
  9197.  
  9198. !*strings.23421:on your computer is wrong. Press the More Info button to see details of the expired certificate.<hr><table cellspacing=0 cellpadding=0><tr><td %-cont-%
  9199.  
  9200. !*strings.23422:valign=top><font size=2>Certificate Authority: <br>Expiration Date: </font></td><td valign=top><font size=2>%2%<br>%3%</font></td><td %-cont-%
  9201.  
  9202. !*strings.23423:valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>Your computer's date is set %-cont-%
  9203.  
  9204. !*strings.23424:to %4%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel this connection.
  9205.  
  9206. !*strings.23430:%sec-banner-begin%%0%%sec-banner-end%%1% is a site that uses encryption to protect transmitted information.  However one of %-cont-%
  9207.  
  9208. !*strings.23431:the Certificate Authorities that identifies this site is not yet valid.  This may be because a certificate was install too soon by the site %-cont-%
  9209.  
  9210. !*strings.23432:administrator, or because the date on your computer is wrong. Press the More Info button to see details of the expired certificate.<hr><table %-cont-%
  9211.  
  9212. !*strings.23433:cellspacing=0 cellpadding=0><tr><td valign=top><font size=2>Certificate Authority: <br>Certificate Valid On: </font></td><td valign=top><font %-cont-%
  9213.  
  9214. !*strings.23434:size=2>%2%<br>%3%</font></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table>%-cont-%
  9215.  
  9216. !*strings.23435:<hr>Your computer's date is set to %4%.  If this date is incorrect, then you should reset the date on your computer.<p>You may continue or cancel %-cont-%
  9217.  
  9218. !*strings.23436:this connection.
  9219.  
  9220. !*strings.23492:Cancel
  9221.  
  9222. !*strings.23493:OK
  9223.  
  9224. !*strings.23494:Continue
  9225.  
  9226. !*strings.23495:Next>
  9227.  
  9228. !*strings.23496:<Back
  9229.  
  9230. !*strings.23497:Finish
  9231.  
  9232. !*strings.23498:More Info...
  9233.  
  9234. !*strings.23499:Show Certificate
  9235.  
  9236. !*strings.23500:Show Order
  9237.  
  9238. !*strings.23501:Show Document Info
  9239.  
  9240. !*strings.23507:Next>
  9241.  
  9242. !*strings.23508:<Back
  9243.  
  9244. !*strings.23509:Save As...
  9245.  
  9246. !*strings.23516:Alert
  9247.  
  9248. !*strings.23517:View A Certificate
  9249.  
  9250. !*strings.23518:Certificate Name Check
  9251.  
  9252. !*strings.23519:Certificate Is Expired
  9253.  
  9254. !*strings.23520:Certificate Is Not Yet Good
  9255.  
  9256. !*strings.23521:Certificate Authority Is Expired
  9257.  
  9258. !*strings.23522:Certificate Authority Is Not Yet Good
  9259.  
  9260. !*strings.23523:Encryption Information
  9261.  
  9262. !*strings.23534:View A Personal Certificate
  9263.  
  9264. !*strings.23535:Delete A Personal Certificate
  9265.  
  9266. !*strings.23536:Delete A Site Certificate
  9267.  
  9268. !*strings.23537:Delete A Certificate Authority
  9269.  
  9270. !*strings.23538:Edit A Site Certificate
  9271.  
  9272. !*strings.23539:Edit A Certification Authority
  9273.  
  9274. !*strings.23540:No User Certificate
  9275.  
  9276. !*strings.23541:Select A Certificate
  9277.  
  9278. !*strings.23542:Security Information
  9279.  
  9280. !*strings.23543:Generate A Private Key
  9281.  
  9282. !*strings.23544:New Site Certificate
  9283.  
  9284. !*strings.23545:New Certificate Authority
  9285.  
  9286. !*strings.23546:New User Certificate
  9287.  
  9288. !*strings.23552:Setting Up Your Communicator Password
  9289.  
  9290. !*strings.23553:Change Your Communicator Password
  9291.  
  9292. !*strings.23554:Enable Your Communicator Password
  9293.  
  9294. !*strings.23555:Password Error
  9295.  
  9296. !*strings.23556:Configure Ciphers
  9297.  
  9298. !*strings.23557:%sec-banner-begin%%0%%sec-banner-end%The certificate that you have selected has expired and may %-cont-%
  9299.  
  9300. !*strings.23558:be rejected by the server.  You may press Continue to send it anyway, or Cancel to abort this connection.
  9301.  
  9302. !*strings.23569:%sec-banner-begin%%0%%sec-banner-end%<table><tr><td>The certificate that you have selected has expired and may %-cont-%
  9303.  
  9304. !*strings.23570:be rejected by the server.  You may press %continue% to send it anyway, or %cancel% to abort this connection.  To renew your %-cont-%
  9305.  
  9306. !*strings.23571:certificate press the %renew% button.</td><td><input type=submit name=button value=%renew%></td></tr></table>
  9307.  
  9308. !*strings.23577:Renew
  9309.  
  9310. !*strings.23578:%sec-banner-begin%%0%%sec-banner-end%The certificate that you have selected is not yet valid and may be rejected by the server.  You may press Continue to send it anyway, or Cancel to abort this connection.
  9311.  
  9312. !*strings.23579:Your Certificate Is Expired
  9313.  
  9314. !*strings.23580:Ask every time
  9315.  
  9316. !*strings.23581:Let Communicator choose automatically
  9317.  
  9318. !*strings.23582:1024 (High Grade)
  9319.  
  9320. !*strings.23583: 768 (Medium Grade)
  9321.  
  9322. !*strings.23584: 512 (Low Grade)
  9323.  
  9324. !*strings.23640:View Certificate Policy
  9325.  
  9326. !*strings.23641:Check Certificate Status
  9327.  
  9328. !*strings.23642:RC4 encryption with a 128-bit key
  9329.  
  9330. !*strings.23643:RC2 encryption with a 128-bit key
  9331.  
  9332. !*strings.23644:Triple DES encryption with a 168-bit key
  9333.  
  9334. !*strings.23645:DES encryption with a 56-bit key
  9335.  
  9336. !*strings.23646:RC4 encryption with a 40-bit key
  9337.  
  9338. !*strings.23647:RC2 encryption with a 40-bit key
  9339.  
  9340. !*strings.23653:RC4 encryption with a 128-bit key and an MD5 MAC
  9341.  
  9342. !*strings.23654:Triple DES encryption with a 168-bit key and a SHA-1 MAC
  9343.  
  9344. !*strings.23655:DES encryption with a 56-bit key and a SHA-1 MAC
  9345.  
  9346. !*strings.23656:RC4 encryption with a 40-bit key and an MD5 MAC
  9347.  
  9348. !*strings.23657:RC2 encryption with a 40-bit key and an MD5 MAC
  9349.  
  9350. !*strings.23658:No encryption with an MD5 MAC
  9351.  
  9352. !*strings.23709:<h3>CRL List:</h3><table><tr><td><select name=crl size=10>%0%</select></td><td valign="middle">%-cont-%
  9353.  
  9354. !*strings.23710:<input type="submit" name="button" value="%new%"></input><br>%-cont-%
  9355.  
  9356. !*strings.23711:<input type="submit" name="button" value="%reload%"></input><br>%-cont-%
  9357.  
  9358. !*strings.23712:<input type="submit" name="button" value="%moreinfo%"></input><br>%-cont-%
  9359.  
  9360. !*strings.23713:<input type="submit" name="button" value="%delete%"></input><br>%-cont-%
  9361.  
  9362. !*strings.23714:</td></tr></table>
  9363.  
  9364. !*strings.23715:New/Edit ...
  9365.  
  9366. !*strings.23716:Reload
  9367.  
  9368. !*strings.23717:Delete
  9369.  
  9370. !*strings.23718:FIPS 140-1 compliant triple DES encryption and SHA-1 MAC
  9371.  
  9372. !*strings.23719:FIPS 140-1 compliant DES encryption and SHA-1 MAC
  9373.  
  9374. !*strings.23727:Edit Security Module
  9375.  
  9376. !*strings.23728:Create a New Security Module
  9377.  
  9378. !*strings.23734:FORTEZZA encryption with a 80-bit key and an SHA-1 MAC
  9379.  
  9380. !*strings.23735:FORTEZZA authentication with RC4 128-bit key and an SHA-1 MAC
  9381.  
  9382. !*strings.23736:No encryption with FORTEZZA authentication and an SHA-1 MAC
  9383.  
  9384. !*strings.23742:Please enter the password or the pin for\n\
  9385. %s.
  9386.  
  9387. !*strings.23743:%sec-banner-begin%%0%%sec-banner-end%The %1% has not been initialized with a User PIN or Password.  In order %-cont-%
  9388.  
  9389. !*strings.23744:to initialize this card, you must enter the Administration or Site Security Password.  If you do not know this password, please hit <B>cancel</B>, and %-cont-%
  9390.  
  9391. !*strings.23745:take this card back to your issuer to be initialized.<p>Enter adminstration Password for the %2%:<input type=password name=ssopassword>.
  9392.  
  9393. !*strings.23751:%sec-banner-begin%%0%%sec-banner-end%The administration password you entered for the %1% was incorrect.  %-cont-%
  9394.  
  9395. !*strings.23752:Many cards disable themselves after too many incorrect password attempts.  If you do not know this password, please hit <B>cancel</B>, and take this card %-cont-%
  9396.  
  9397. !*strings.23753:back to your issuer to be initialized.<p>Enter adminstration Password for the %2%:<input type=password name=ssopassword>.
  9398.  
  9399. !*strings.23754:%sec-banner-begin%%0%%sec-banner-end%The %1% could not be initialized because of the following error:<p> %2%
  9400.  
  9401. !*strings.23755:Edit Defaults...
  9402.  
  9403. !*strings.23756:Login
  9404.  
  9405. !*strings.23757:Logout
  9406.  
  9407. !*strings.23758:%0%%1%%2%%3%%4%%5%
  9408.  
  9409. !*strings.23759:Security Info
  9410.  
  9411. !*strings.23760:Set Password...
  9412.  
  9413. !*strings.23761:Slot or Token does not require a login.
  9414.  
  9415. !*strings.23762:Slot or Token is already logged in.
  9416.  
  9417. !*strings.23763:<p>Select the card or database you wish to generate your key in:<SELECT name="tokenName">
  9418.  
  9419. !*strings.23764:Token %s is write protected, certs and keys cannot be deleted
  9420.  
  9421. !*strings.23766:Slot failed to Initialize.
  9422.  
  9423. !*strings.23767:User has manually disabled this slot.
  9424.  
  9425. !*strings.23768:Token failed startup tests.
  9426.  
  9427. !*strings.23769:Permanent Token not present.
  9428.  
  9429. !*strings.23780:Java Security
  9430.  
  9431. !*strings.23781:Java Security (Delete Privilege)
  9432.  
  9433. !*strings.23782:Java Security (Edit Privileges)
  9434.  
  9435. !*strings.23783:Are you sure that you want to delete all the privileges for all applets and scripts from <b>%0%</b>?
  9436.  
  9437. !*strings.23784:Allow applets and scripts from <b> %0% </b> to have the following access %-cont-%
  9438.  
  9439. !*strings.23785:<table><tr><td colspan=3>Always:</td></tr> <tr><td><select name=target size=3> %1% </select></td> %-cont-%
  9440.  
  9441. !*strings.23786:<td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
  9442.  
  9443. !*strings.23787:<input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>%-cont-%
  9444.  
  9445. !*strings.23788:<table><tr><td colspan=3>For this session only:</td></tr> <tr><td><select name=target size=3> %2% </select></td> %-cont-%
  9446.  
  9447. !*strings.23789:<td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
  9448.  
  9449. !*strings.23790:<input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>%-cont-%
  9450.  
  9451. !*strings.23791:<table><tr><td colspan=3>Never:</td></tr> <tr><td><select name=target size=3> %3% </select></td> %-cont-%
  9452.  
  9453. !*strings.23792:<td></td><td> <input type="submit" name="button" value="%delete%"></input>%-cont-%
  9454.  
  9455. !*strings.23793:<input type="submit" name="button" value="%moreinfo%"></input></td></tr></table>
  9456.  
  9457. !*strings.23804:Are you sure that you want to delete the <b>%0%</b> privileges for all applets and scripts from <b>%1%</b>?
  9458.  
  9459. !*strings.23805:<b> %0% </b> is a <b> %1% </b> access.<br> <ul>It consists of:<br><select name=details size=6> %2% </select></ul>
  9460.  
  9461. !*strings.23806:<table BORDER=0><tr><td VALIGN=top><font SIZE=2><b>Danger <SPACER TYPE=horizontal SIZE=7></B><br></td> %-cont-%
  9462.  
  9463. !*strings.23807:<td "100%%"><font SIZE=2>A Java applet or JavaScript script from <b>%0%</b> is requesting unusual access to your computer or network. %-cont-%
  9464.  
  9465. !*strings.23808:You should not grant this access unless you trust that vendor or distributor.</td></tr><tr><td valign=top colspan=2><center> <input type="submit" name="button" value="%3%"></input> %-cont-%
  9466.  
  9467. !*strings.23809:</center><spacer type=vertical size=20></td></tr> <tr><td></td><td><font size=2>The access requested is <b>%1%</b> and consists of:</td></tr> %-cont-%
  9468.  
  9469. !*strings.23810:<tr><td coldspan=2><center><table> <td><select multiple name=target size=4>%2%</select></td> <td><input type="submit" name="button" value="%moreinfo%"> </input></td></table></center></td></tr></table> %-cont-%
  9470.  
  9471. !*strings.23811:<br>Do you wish to grant the requested access? <br><spacer type=horizontal size=5><input type=radio name=perm value=yes> Yes, grant this access to all applets and scripts from <b>%0%</b> for this session %-cont-%
  9472.  
  9473. !*strings.23812:<br><spacer type=horizontal size=5><input type=radio name=perm value=no checked> No, deny this access (This may mean the applet or script cannot work properly) %-cont-%
  9474.  
  9475. !*strings.23813:<br><input type=checkbox name=remember> Remember this decision for all applets and scripts from <b>%0%</b><br></td></table>
  9476.  
  9477. !*strings.23824:<table BORDER=0><tr><td VALIGN=top><font SIZE=2><b>Danger <SPACER TYPE=horizontal SIZE=7></B><br></td> %-cont-%
  9478.  
  9479. !*strings.23825:<td "100%%"><font SIZE=2>A Java applet or JavaScript script on the server "<b>%0%</b>" is requesting unusual access to your computer or network. %-cont-%
  9480.  
  9481. !*strings.23826:It is <b>not digitally signed</b>. Be aware that it may have been tampered with and may cause harm to your computer. </td></tr> <tr><td></td><td><font size=2>The access requested is <b>%1%</b> and consists of:</td></tr> %-cont-%
  9482.  
  9483. !*strings.23827:<tr><td coldspan=2><center><table> <td><select multiple name=target size=4>%2%</select></td> <td><input type="submit" name="button" value="%moreinfo%"> </input></td></table></center></td></tr></table> %-cont-%
  9484.  
  9485. !*strings.23828:<br>Do you wish to grant the requested access? <br><spacer type=horizontal size=5><input type=radio name=perm value=yes> Yes, grant this access to all applets and scripts on the "<b>%0%</b>" server for this session %-cont-%
  9486.  
  9487. !*strings.23829:<br><spacer type=horizontal size=5><input type=radio name=perm value=no checked> No, deny this access (This may mean the applet or script cannot work properly) %-cont-%
  9488.  
  9489. !*strings.23830:<br><input type=checkbox name=remember> Remember this decision for all applets and scripts on the "<b>%0%</b>" server <br></td></table>
  9490.  
  9491. !*strings.23841:<b>Security Module Name:</b> <input name="name"><br><b>Security Module File:</b> <input name="library"><br>
  9492.  
  9493. !*strings.23842:You must specify a PKCS #11 Version 2.0 library to load\n
  9494.  
  9495. !*strings.23843:<b>Slot Description:</b> %0%<br><b>Manufacturer:</b> %1%<br><b>Version Number:</b> %2%<br><b>Firmware Version:</b> %3%<br>%-cont-%
  9496.  
  9497. !*strings.23844:%4%<b>Token Name:</b> %5%<br><b>Token Manufacturer:</b>%6%<br><b>Token Model:</b> %7%<br><b>Token Serial Number:</b>%8%<br>%-cont-%
  9498.  
  9499. !*strings.23845:<b>Token Version:</b> %9%<br><b>Token Firmware Version:</b> %10%<br><b>Login Type:</b> %11%<br><b>State:</b>%12%%13%%14%
  9500.  
  9501. !*strings.23846:Token/Slot Information
  9502.  
  9503. !*strings.23847:Login Required
  9504.  
  9505. !*strings.23848:Public (no login required)
  9506.  
  9507. !*strings.23849:Ready
  9508.  
  9509. !*strings.23850:<font color=red>Not Logged In</font>
  9510.  
  9511. !*strings.23851:<font color=red>Uninitialized</font>
  9512.  
  9513. !*strings.23852:<font color=red>Not Present</font>
  9514.  
  9515. !*strings.23853:<font color=red>Disabled(
  9516.  
  9517. !*strings.23854:)</font>
  9518.  
  9519. !*strings.23860: Initialize Token
  9520.  
  9521. !*strings.23861: Change Password 
  9522.  
  9523. !*strings.23862:   Set Password  
  9524.  
  9525. !*strings.23863:   No Password   
  9526.  
  9527. !*strings.23864:%sec-banner-begin%%0%%sec-banner-end%You are downloading the e-mail certificate of another user.  After accepting %-cont-%
  9528.  
  9529. !*strings.23865:this certificate you will be able to send encrypted e-mail to this user. Press the More Info button to see details of the e-mail certificate. %-cont-%
  9530.  
  9531. !*strings.23866:<hr><table cellspacing=0 cellpadding=0><tr><td valign=top><table cellspacing=0 cellpadding=0><tr><td><font size=2>Certificate For:%-cont-%
  9532.  
  9533. !*strings.23867:</font></td><td><font size=2>%1%</font></td></tr><tr><td><font size=2>Email Address:</font></td><td><font size=2>%2%</font></td></tr><tr><td>%-cont-%
  9534.  
  9535. !*strings.23868:<font size=2>Certified By:</font></td><td><font size=2>%3%</font></td></tr></table></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>
  9536.  
  9537. !*strings.23874:Download an E-Mail Certificate
  9538.  
  9539. !*strings.23875:Accept this Certificate Authority for Certifying network sites
  9540.  
  9541. !*strings.23876:Accept this Certificate Authority for Certifying e-mail users
  9542.  
  9543. !*strings.23877:Accept this Certificate Authority for Certifying software developers
  9544.  
  9545. !*strings.23878:%0%<p>%1%
  9546.  
  9547. !*strings.23879:Select A Certificate
  9548.  
  9549. !*strings.23880:Please select a certificate to edit:<p>
  9550.  
  9551. !*strings.23881:Please select a certificate to delete:<p>
  9552.  
  9553. !*strings.23882:Please select a certificate to view:<p>
  9554.  
  9555. !*strings.23883:Please select a certificate to verify:<p>
  9556.  
  9557. !*strings.23884:Delete An E-mail Certificate
  9558.  
  9559. !*strings.23885:Are you sure that you want to delete this E-mail Certificate?<p>%0%
  9560.  
  9561. !*strings.23886:<input type=checkbox name=useformail value=yes %s> Make this the default Certificate for signed and encrypted e-mail
  9562.  
  9563. !*strings.23937:Netscape Communications Corp    
  9564.  
  9565. !*strings.23938:Communicator Internal Crypto Svc
  9566.  
  9567. !*strings.23939:Communicator Generic Crypto Svcs
  9568.  
  9569. !*strings.23940:Communicator Certificate DB     
  9570.  
  9571. !*strings.23946:Communicator Internal Cryptographic Services Version 4.0        
  9572.  
  9573. !*strings.23947:Communicator User Private Key and Certificate Services          
  9574.  
  9575. !*strings.23953:Netscape Internal FIPS-140-1 Cryptographic Services             
  9576.  
  9577. !*strings.23954:Netscape FIPS-140-1 User Private Key Services                   
  9578.  
  9579. !*strings.23955:Verification of the selected certificate failed for the following reasons:<p>%0%
  9580.  
  9581. !*strings.23956:Verify A Certificate
  9582.  
  9583. !*strings.23962:The Certificate has been successfully verified.
  9584.  
  9585. !*strings.23963:Certificate has expired
  9586.  
  9587. !*strings.23964:Not certified for %s
  9588.  
  9589. !*strings.23965:Certificate not trusted
  9590.  
  9591. !*strings.23966:Unable to find Certificate Authority
  9592.  
  9593. !*strings.23967:Certificate signature is invalid
  9594.  
  9595. !*strings.23968:Certificate Revocation List is invalid
  9596.  
  9597. !*strings.23969:Certificate has been revoked
  9598.  
  9599. !*strings.23970:Not a valid Certificate Authority
  9600.  
  9601. !*strings.23971:Internal Error
  9602.  
  9603. !*strings.23972:Digital Signing
  9604.  
  9605. !*strings.23973:Encryption
  9606.  
  9607. !*strings.23974:Certificate Signing
  9608.  
  9609. !*strings.23975:Unknown Usage
  9610.  
  9611. !*strings.23976:E-Mail Certification
  9612.  
  9613. !*strings.23977:Internet Site Certification
  9614.  
  9615. !*strings.23978:Software Developer Certification
  9616.  
  9617. !*strings.23979:E-Mail
  9618.  
  9619. !*strings.23980:Internet Site
  9620.  
  9621. !*strings.23981:Software Developer
  9622.  
  9623. !*strings.23987:%0%
  9624.  
  9625. !*strings.23988:This will replace the Netscape internal module with the Netscape FIPS-140-1 cryptographic module.\n\
  9626. \n\
  9627. The FIPS-140-1 cryptographic module limits security 
  9628.  
  9629. !*strings.23989:functions to those approved by the United States Federal Government's internal standards.\n\
  9630. \n\
  9631. Do you wish to delete the internal module, anyway?
  9632.  
  9633. !*strings.23995:This will replace the FIPS-140-1 cryptographic module with the Netscape internal module.\n\
  9634. \n\
  9635. This means that Communicator will no longer be FIPS-140-1 compliant (security 
  9636.  
  9637. !*strings.23996:functions to those approved by the United States Federal Government's internal standards).\n\
  9638. \n\
  9639. Do you wish to delete the FIPS-140-1 module, anyway?
  9640.  
  9641. !*strings.23997:Search
  9642.  
  9643. !*strings.23998:Search Directory for Certificates
  9644.  
  9645. !*strings.24004:<div align=right><input type="button" name="button" value="%fetch%" onclick="parent.clicker(this,window.parent)" width=80>  <input type="button" name="button" value="%cancel%" onclick="parent.clicker(this,window.parent)" width=80>%0%
  9646.  
  9647. !*strings.24005:Communicator will search network Directories for the Security Certificates that are used to send other people encrypted mail messages.<p>Enter the exact E-mail %-cont-%
  9648.  
  9649. !*strings.24006:addresses of the people you are looking for and press Search. <table border=0 cellspacing=0 cellpadding=5><tr><td><b>Directory:</b></td><td><select name=dirmenu>%0%%-cont-%
  9650.  
  9651. !*strings.24007:</select></td></tr>%-cont-%
  9652.  
  9653. !*strings.24008:<tr><td><b>E-mail Addresses:</b></td><td><input type=text name=searchfor size=50></td></tr></table>
  9654.  
  9655. !*strings.24014:All Directories
  9656.  
  9657. !*strings.24015:Search Results
  9658.  
  9659. !*strings.24016:Press the <b>%ok%</b> button to save the Certificates that were found, or <b>%cancel%</b> to discard them.<p>Certificates for the following E-Mail users were found in the directory:<br> %0%<p>%1%%2%
  9660.  
  9661. !*strings.24017:Certificates for the following E-Mail users were not found in the directory:<br>
  9662.  
  9663. !*strings.24018:Send Your E-Mail Certificate To A Directory
  9664.  
  9665. !*strings.24019:Select the Directory to send your Certificate to:<p><select name=dirmenu>%0%</select><br>%-cont-%
  9666.  
  9667. !*strings.24020:Communicator will send your Security Certificate to a network Directory so that other user's can easily find it to send you encrypted messages.
  9668.  
  9669. !*strings.24021:%0%%1%%2%%3%%4%
  9670.  
  9671. !*strings.24022:Communicator will search a Directory for the Security Certificates that are needed to send this encrypted message. %-cont-%
  9672.  
  9673. !*strings.24023:<input type=hidden name=searchfor value="%0%"><table border=0 cellspacing=0 cellpadding=5><tr><td><b>Select a Directory:</b></td><td><select name=dirmenu>%1%%-cont-%
  9674.  
  9675. !*strings.24024:</select></td></tr><tr><td valign=top><b>Searching For:</b></td><td>%2%</td></tr></table>
  9676.  
  9677. !*strings.24075:Sending to Directory
  9678.  
  9679. !*strings.24076:Searching Directory
  9680.  
  9681. !*strings.24077:Enter Password for Directory
  9682.  
  9683. !*strings.24078:An error occurred when communicating with the Directory
  9684.  
  9685. !*strings.24079:%sec-banner-begin%%0%%sec-banner-end%Communicator is about to generate a Private Key for you.  It will be used along with the Certificate you are now %-cont-%
  9686.  
  9687. !*strings.24080:now requesting to identify you to WebSites and via Email.  You Private Key never leaves your computer, and if you choose, will be protected by a Communicator password.<P>%-cont-%
  9688.  
  9689. !*strings.24081:Passwords are particularly important if you are in an environment where other people have access to your computer, either physically or over a network.  %-cont-%
  9690.  
  9691. !*strings.24082:Do not give others your password, because that would allow them to use your Certificate to impersonate you.<P>%-cont-%
  9692.  
  9693. !*strings.24083:Communicator uses a complex mathematical operation to generate your private key.  It may take up to severeal minutes to complete.  If you interrupt %-cont-%
  9694.  
  9695. !*strings.24084:Communicator during this process, it will not create your key, and you will have to reapply for your Certificate.
  9696.  
  9697. !*strings.24090:%sec-banner-begin%%0%%sec-banner-end%Passwords are particularly important if you are in an environment where other %-cont-%
  9698.  
  9699. !*strings.24091:people have access to your computer, either physically or over a network.  Do not give others your password, because that would allow them to use your %-cont-%
  9700.  
  9701. !*strings.24092:Certificate to impersonate you.<P>The safest passwords are at least 8 characters long, include both letters, and number or symbols, and contain no words found in a dictionary.
  9702.  
  9703. !*strings.24098:Select a Card or Database
  9704.  
  9705. !*strings.24099:Select the card or database you wish to import certificates to: <BR> <SELECT NAME="tokenName" SIZE=10>%0%</SELECT>
  9706.  
  9707. !*strings.24100:Not a valid FORTEZZA Certificate Authority
  9708.  
  9709. !*strings.24101:Certificate does not have a Recognized Public Key
  9710.  
  9711. !*strings.24102:Save this file encrypted [ok] or unencrypted [cancel]
  9712.  
  9713. !*strings.24103:Successive login failures may disable this card or database. Password is invalid. Retry?\n\
  9714.     %s\n
  9715.  
  9716. !*strings.24104:No Compromised Key List for the certificate has been found.\n\
  9717. You must load the Compromised Key List before continuing.
  9718.  
  9719. !*strings.24105:The Compromised Key List for the certificate has expired.\n\
  9720. Reload a new Compromised Key List.
  9721.  
  9722. !*strings.24106:The Compromised Key List for the certificate has an invalid signature.\n\
  9723. Reload a new Compromised Key List.
  9724.  
  9725. !*strings.24107:The key for the certificate has been revoked.
  9726.  
  9727. !*strings.24108:The Compromised Key List has an invalid format.
  9728.  
  9729. !*strings.24109:Netscape is unable to communicate securely with this site\n\
  9730. because the domain to which you are attempting to connect\n\
  9731. does not match the domain name in the server's certificate.
  9732.  
  9733. !*strings.24160:Digital Signature
  9734.  
  9735. !*strings.24161:The site '%0%' has requested that you sign the following message:<br><pre><dl><dd><tt>%1%</dl></tt></pre><br><b>If you agree to sign this message press %ok%, otherwise press %cancel%.</b>
  9736.  
  9737. !*strings.24200:The site '%0%' has requested that you sign the following message:<br><pre><dl><dd><tt>%1%</dl></tt></pre><br>Please select a certificate %-cont-%
  9738.  
  9739. !*strings.24201:to use for signing:<br><SELECT NAME=certname>%2%</SELECT><br><b>If you agree to sign this message press %ok%, otherwise press %cancel%.</b>
  9740.  
  9741. !*strings.24202:View/Edit A Personal Certificate
  9742.  
  9743. !*strings.24203:%0%<hr><div><b>This email user's certificate does not have a trusted issuer.</b> <br>You may decide to directly trust this certificate to permit the %-cont-%
  9744.  
  9745. !*strings.24204:exchange of signed and encrypted e-mail with this user. <p>%-cont-%
  9746.  
  9747. !*strings.24205:To be safe, before deciding to trust this certificate, you should contact the e-mail user and verify that the certificate fingerprint %-cont-%
  9748.  
  9749. !*strings.24206: listed above is the same as the one he or she has.<p><input type=radio name=dirtrust value=no %1%>Do not trust this certificate.<br> %-cont-%
  9750.  
  9751. !*strings.24207:<input type=radio name=dirtrust value=yes %2%>Trust this certificate even though it does not have a trusted issuer.</div>
  9752.  
  9753. !*strings.24213:<font face="Impress BT, Verdana, Arial, Helvetica, sans-serif" point-size=16>
  9754.  
  9755. !*strings.24214:<STYLE TYPE="text/css"> DIV { FONT-FAMILY: "Prima Sans BT", Verdana, Arial, Helvetica, Lucida; FONT-SIZE: 10pt;} TD { FONT-FAMILY: "PrimaSans BT", Verdana, Arial, Helvetica, Lucida; %-cont-%
  9756.  
  9757. !*strings.24215:FONT-SIZE: 10pt;} BODY { FONT-FAMILY: "Prima Sans BT", Verdana, Arial, Helvetica, Lucida; FONT-SIZE: 10 pt;} %-cont-%
  9758.  
  9759. !*strings.24216:H1, H2, H3 { font-weight: 700;} H1 { FONT-SIZE: 16PT; } H2 {FONT-SIZE: 14PT;} </STYLE>
  9760.  
  9761. !*strings.24500:
  9762.  
  9763. !*strings.24501:View
  9764.  
  9765. !*strings.24502:Edit
  9766.  
  9767. !*strings.24503:Verify
  9768.  
  9769. !*strings.24504:Delete
  9770.  
  9771. !*strings.24505:Export
  9772.  
  9773. !*strings.24506:Delete Expired
  9774.  
  9775. !*strings.24507:Remove
  9776.  
  9777. !*strings.24508:Get a Certificate...
  9778.  
  9779. !*strings.24509:Get Certificates...
  9780.  
  9781. !*strings.24510:Import a Certificate...
  9782.  
  9783. !*strings.24511:View Certificate
  9784.  
  9785. !*strings.24512:Edit Privileges
  9786.  
  9787. !*strings.24513:View/Edit
  9788.  
  9789. !*strings.24514:Add
  9790.  
  9791. !*strings.24515:Logout All
  9792.  
  9793. !*strings.24516:OK
  9794.  
  9795. !*strings.24517:Cancel
  9796.  
  9797. !*strings.24518:Help
  9798.  
  9799. !*strings.24519:Search Directory
  9800.  
  9801. !*strings.24520:Send Certificate To Directory
  9802.  
  9803. !*strings.24521:Open Page Info
  9804.  
  9805. !*strings.24522:Security Info
  9806.  
  9807. !*strings.24523:Passwords
  9808.  
  9809. !*strings.24524:Navigator
  9810.  
  9811. !*strings.24525:Messenger
  9812.  
  9813. !*strings.24526:Java/JavaScript
  9814.  
  9815. !*strings.24527:Certificates
  9816.  
  9817. !*strings.24528:Yours
  9818.  
  9819. !*strings.24529:People
  9820.  
  9821. !*strings.24530:Web Sites
  9822.  
  9823. !*strings.24531:Software Developers
  9824.  
  9825. !*strings.24532:Signers
  9826.  
  9827. !*strings.24533:Cryptographic Modules
  9828.  
  9829. !*strings.24534:Security Info
  9830.  
  9831. !*strings.24535:Passwords
  9832.  
  9833. !*strings.24536:Navigator
  9834.  
  9835. !*strings.24537:Messenger
  9836.  
  9837. !*strings.24538:Java/JavaScript
  9838.  
  9839. !*strings.24539:Certificates
  9840.  
  9841. !*strings.24540:Your Certificates
  9842.  
  9843. !*strings.24541:Other People's Certificates
  9844.  
  9845. !*strings.24542:Web Sites' Certificates
  9846.  
  9847. !*strings.24543:Software Developers' Certificates
  9848.  
  9849. !*strings.24544:Certificate Signers' Certificates
  9850.  
  9851. !*strings.24545:Cryptographic Modules
  9852.  
  9853. !*strings.24546:Entering an encrypted site
  9854.  
  9855. !*strings.24547:Leaving an encrypted site
  9856.  
  9857. !*strings.24548:Viewing a page with an encrypted/unencrypted mix
  9858.  
  9859. !*strings.24549:Sending unencrypted information to a Site
  9860.  
  9861. !*strings.24550:<B>Certificate to identify you to a web site:</B>
  9862.  
  9863. !*strings.24551:Ask Every Time
  9864.  
  9865. !*strings.24552:Select Automatically
  9866.  
  9867. !*strings.24553:<B>Advanced Security (SSL) Configuration:</B>
  9868.  
  9869. !*strings.24554:Enable SSL (Secure Sockets Layer) v2
  9870.  
  9871. !*strings.24555:Configure SSL v2
  9872.  
  9873. !*strings.24556:Enable SSL (Secure Sockets Layer) v3
  9874.  
  9875. !*strings.24557:Configure SSL v3
  9876.  
  9877. !*strings.24558:<B>Certificate for your Signed and Encrypted Messages:</B>
  9878.  
  9879. !*strings.24559:<B>(You have no email certificates.)</B>
  9880.  
  9881. !*strings.24560:Select S/MIME Ciphers
  9882.  
  9883. !*strings.24561:Change Password
  9884.  
  9885. !*strings.24562:Set Password
  9886.  
  9887. !*strings.24563:<B>Communicator will ask for this Password:</B>
  9888.  
  9889. !*strings.24564:The first time your certificate is needed
  9890.  
  9891. !*strings.24565:Every time your certificate is needed
  9892.  
  9893. !*strings.24566:After
  9894.  
  9895. !*strings.24567:minutes of inactivity
  9896.  
  9897. !*strings.24568:Encrypting Message
  9898.  
  9899. !*strings.24569:Signing Message
  9900.  
  9901. !*strings.24570:Encrypted Message
  9902.  
  9903. !*strings.24571:Signed Message
  9904.  
  9905. !*strings.24572:This message <B>can be encrypted</B> when it is sent.
  9906.  
  9907. !*strings.24573:Sending an encrypted message is like sending your correspondence in an envelope rather than a postcard; it makes it difficult for other people to read your message.
  9908.  
  9909. !*strings.24574:Encrypt this message.
  9910.  
  9911. !*strings.24575:Sending an unencrypted message is like sending your correspondence in a postcard instead of an envelope. Other people may be able to read your message.
  9912.  
  9913. !*strings.24576:You must have at least one recipient entered for this message.
  9914.  
  9915. !*strings.24577:This message <B>cannot be encrypted</B> when it is sent because
  9916.  
  9917. !*strings.24578: has no Security Certificate.
  9918.  
  9919. !*strings.24579: has an expired Security Certificate.
  9920.  
  9921. !*strings.24580: has a revoked Security Certificate.
  9922.  
  9923. !*strings.24581: in Alias has no Security Certificate.
  9924.  
  9925. !*strings.24582: is a Newsgroup.
  9926.  
  9927. !*strings.24583: has an invalid Security Certificate.
  9928.  
  9929. !*strings.24584: has a Security Certificate that is marked as Untrusted.
  9930.  
  9931. !*strings.24585: has a Security Certificate Issuer that is marked as Untrusted.
  9932.  
  9933. !*strings.24586: has an unknown Security Certificate  Issuer.
  9934.  
  9935. !*strings.24587:: unknown certificate error.
  9936.  
  9937. !*strings.24588:To obtain valid Security Certificates from a Directory, press <I>Get Certificates.</I> Otherwise the recipients must first obtain a Certificate for themselves and then 
  9938.  
  9939. !*strings.24589:send it to you in a signed email message. This new Security Certificate will automatically be remembered once it is received. <P>Newsgroups cannot receive encrypted messages.
  9940.  
  9941. !*strings.24590:This message <B>can be signed</B> when it is sent.
  9942.  
  9943. !*strings.24591:This message <B>cannot be signed</B> when it is sent.
  9944.  
  9945. !*strings.24592:This is because you do not have a valid Security Certificate. When you include your Security Certificate in a message, you 
  9946.  
  9947. !*strings.24593:also digitally sign that message. This makes it possible to verify that the message actually came from you.
  9948.  
  9949. !*strings.24594:When you digitally sign a message, you also include your Security Certificate in that message. This makes it possible to verify that the message actually came from you.
  9950.  
  9951. !*strings.24595:In some places this digital signature may be considered as legally binding as your own written signature.
  9952.  
  9953. !*strings.24596:Include my Security Certificate in this message and use a digital signature to sign this message 
  9954.  
  9955. !*strings.24597:This message <B>was encrypted</B> when it was sent. <P>This means that it was hard for other people to eavesdrop on your message while it was being sent.
  9956.  
  9957. !*strings.24598:This message <B>was not encrypted</B> when it was sent. <P>This means that it was possible for other people to view your message while it was being sent.
  9958.  
  9959. !*strings.24599:You cannot read this message because you do not have the Security Certificate necessary to decrypt it. This could be because your 
  9960.  
  9961. !*strings.24600:Security Certificate is on a different computer or it could be because the message was encrypted with someone else's Security Certificate.
  9962.  
  9963. !*strings.24601:The algorithm used was 
  9964.  
  9965. !*strings.24602:This message <B>was digitally signed</B> by 
  9966.  
  9967. !*strings.24603:This message included the Security Certificate for 
  9968.  
  9969. !*strings.24604: on 
  9970.  
  9971. !*strings.24605:, and was signed on 
  9972.  
  9973. !*strings.24606:To check the Certificate, press the ``View/Edit'' button. <P>This Certificate has automatically been added to your list of 
  9974.  
  9975. !*strings.24607:People's Certificates to make it possible for you to send secure mail to this person.
  9976.  
  9977. !*strings.24608:This message <B>was not digitally signed</B>. <P>It is impossible to verify that this message actually came from the sender.
  9978.  
  9979. !*strings.24609:<B>The Certificate that was used to digitally sign this message is invalid</B>. <P>It is impossible to prove that this message actually came from the sender.
  9980.  
  9981. !*strings.24610:<B>This message cannot be decrypted.</B> 
  9982.  
  9983. !*strings.24611:The error was: 
  9984.  
  9985. !*strings.24612:Warning! In the time since the sender sent you this message and you received it, the message appears to have been altered. Some 
  9986.  
  9987. !*strings.24613:or all of the content of this message has been changed. You should contact the message sender and/or your system administrator.
  9988.  
  9989. !*strings.24614:This message appears to have been sent from the email address <TT><B>
  9990.  
  9991. !*strings.24615:</B></TT>, but the certificate which was used to sign this message belongs to the email address <TT><B>
  9992.  
  9993. !*strings.24616:</B></TT>. If these two email addresses don't belong to the same  person, this could be an attempt at forgery.
  9994.  
  9995. !*strings.24617:Usenet News Security
  9996.  
  9997. !*strings.24618:The connection to this news server <B>is encrypted</B>. This means that the messages you read are encrypted as they 
  9998.  
  9999. !*strings.24619:are sent to you. This makes it difficult for other people to read the messages while you are reading them. 
  10000.  
  10001. !*strings.24620:The connection to this news server <B>is not encrypted</B>. <P>This means that other people may be able to read these messages while you are reading them.
  10002.  
  10003. !*strings.24621:Encryption
  10004.  
  10005. !*strings.24622:Verification
  10006.  
  10007. !*strings.24623:This page <B>was not encrypted</B>. This means it was possible for other people to view this page when it was loaded. It 
  10008.  
  10009. !*strings.24624:also means that you cannot check the identity of the web site. For complete details on all the files on this page, click <B>Open Page info</B>.
  10010.  
  10011. !*strings.24625:This page <B>was encrypted</B>. This means it was difficult for other people to view this page when it was loaded.<P>
  10012.  
  10013. !*strings.24626:You can examine your copy of the certificate for this page and check the identity of the web site. To see the certificate 
  10014.  
  10015. !*strings.24627:for this web site, click <B>View Certificate</B>. For complete details on all the files on this page and their certificates, click <B>Open Page Info</B>.
  10016.  
  10017. !*strings.24628:This page <B>was not encrypted</B>, but some of the files it contains were encrypted. This means it was difficult for 
  10018.  
  10019. !*strings.24629:other people to view the encrypted files when the page was loaded. It also means that you cannot check the 
  10020.  
  10021. !*strings.24630:identity of the web site for the page.<P>For complete details on all the files on this page, click <B>Open Page Info</B>.
  10022.  
  10023. !*strings.24631:This page <B>was encrypted</B>. This means it was difficult for other people to view this page when it was loaded. You can 
  10024.  
  10025. !*strings.24632:examine your copy of the certificate for this page and the identity of the web site. To see the certificate for 
  10026.  
  10027. !*strings.24633:this web site, click <B>View Certificate</B>.<P>However, some of the files on this page <B>were not 
  10028.  
  10029. !*strings.24634:encrypted</B>. This means that it was possible for other people to view those files when they were loaded. For complete 
  10030.  
  10031. !*strings.24635:details on all the files on this page and their certificates, click <B>Open Page Info</B>.
  10032.  
  10033. !*strings.24636:Take a look at the page's Certificate.
  10034.  
  10035. !*strings.24637:Make sure that this is the site you think it is. This page comes from the site: 
  10036.  
  10037. !*strings.24638:The following elements are missing from this window: 
  10038.  
  10039. !*strings.24639:. This means that you may be missing important information.
  10040.  
  10041. !*strings.24640:the menubar
  10042.  
  10043. !*strings.24641:the toolbar
  10044.  
  10045. !*strings.24642:the personal toolbar
  10046.  
  10047. !*strings.24643:the location bar
  10048.  
  10049. !*strings.24644:the status bar
  10050.  
  10051. !*strings.24645:This window was created by a Java Application (from 
  10052.  
  10053. !*strings.24646:). This application has some control over this window and may influence what you see.
  10054.  
  10055. !*strings.24647:This window was created by a JavaScript Application (from 
  10056.  
  10057. !*strings.24648:). This application has some control over this window and may influence what you see.
  10058.  
  10059. !*strings.24649:<B><H2>There is no Security Info for this window.</H2></B>
  10060.  
  10061. !*strings.24650:Security Info is available for Browser, Messenger Message, and News Article windows. 
  10062.  
  10063. !*strings.24651:<P>If you wish to change Security settings or preferences, use the tabs on the left to switch between different areas.
  10064.  
  10065. !*strings.24652:This is an explanation of Security Certificates.<P> <B>Certificate:</B> A file that identifies a person or organization. Communicator uses certificates to 
  10066.  
  10067. !*strings.24653:encrypt information. You can use a certificate to check the identity of the certificate's owner. You should trust a certificate only if you trust the person or organization that issued it. 
  10068.  
  10069. !*strings.24654:<P>Your own certificates allow you to receive encrypted information. Communicator also keeps track of certificates from other people, web sites, applets, and scripts. 
  10070.  
  10071. !*strings.24655:<P><UL><B>Yours</B> lists your own certificates. <P><B>People</B> lists certificates from other people or organizations. 
  10072.  
  10073. !*strings.24656:<P><B>Web Sites</B> lists certificates from web sites. <P><B>Signers</B> lists certificates from certificate signers (``Certificate Authorities''.) 
  10074.  
  10075. !*strings.24657:<P><B>Software Developers</B> lists certificates that accompany signed Java applets and JavaScript scripts.</UL>
  10076.  
  10077. !*strings.24658:You can use any of these certificates to identify yourself to other people and to web sites. Communicator uses your certificates 
  10078.  
  10079. !*strings.24659:to decrypt information sent to you. Your certificates are signed by the organization that issued them. <P><B>These are your certificates:</B>
  10080.  
  10081. !*strings.24660:You should make a copy of your certificates and keep them in a safe place. If you ever lose your certificates, you will be unable 
  10082.  
  10083. !*strings.24661:to read encrypted mail you have received, and you may have problems identifying yourself to web sites.
  10084.  
  10085. !*strings.24662:Other people have used these certificates to identify themselves to you. Communicator can send encrypted 
  10086.  
  10087. !*strings.24663:messages to anyone for whom you have a certificate. <P><B>These are certificates from other people:</B>
  10088.  
  10089. !*strings.24664:To get certificates from a network Directory press <I>Search Directory</I>.<p>
  10090.  
  10091. !*strings.24665:<B>These are certificates that you have accepted from web sites:</B>
  10092.  
  10093. !*strings.24666:<B>These certificates identify the certificate signers that you accept:</B>
  10094.  
  10095. !*strings.24667:<B>These settings allow you to control Navigator security settings.</B> <P>Navigator security warnings can let you know before you do something that might be unsafe. <P><B>Show a warning before:
  10096.  
  10097. !*strings.24668:<B>These settings allow you to control Messenger security settings.</B> <P>Messenger Security warnings can let you know before you do something that might be unsafe.
  10098.  
  10099. !*strings.24669:<B>Sending Signed/Encrypted Mail:</B>
  10100.  
  10101. !*strings.24670:Encrypt mail messages, when it is possible
  10102.  
  10103. !*strings.24671:Sign mail messages, when it is possible
  10104.  
  10105. !*strings.24672:Sign news messages, when it is possible
  10106.  
  10107. !*strings.24673:This certificate is included with every email message you <B>sign</B>. When other people receive it, it makes it possible for them to send you encrypted mail.
  10108.  
  10109. !*strings.24674:Other people could also obtain your certificate from a Directory:
  10110.  
  10111. !*strings.24675:If you had one, this certificate would be included with every email message you <B>signed</B>. When other people received it, 
  10112.  
  10113. !*strings.24676:it would make it possible for them to send you encrypted mail. (To get a certificate, see the ``Yours'' tab on the left.)
  10114.  
  10115. !*strings.24677:<B>Advanced S/MIME Configuration:</B>
  10116.  
  10117. !*strings.24678:Cipher Preferences: 
  10118.  
  10119. !*strings.24679:<B>These settings allow you to control access by Java applets and JavaScript scripts.</B> <P>No applet or script is allowed to access your computer or network without 
  10120.  
  10121. !*strings.24680:your permission. You have explicitly granted or forbidden access for all applets and scripts from the following vendors, distributors, or web sites.
  10122.  
  10123. !*strings.24681:<B>Your Communicator password will be used to protect your certificates.</B> <P>If you are in an environment where other 
  10124.  
  10125. !*strings.24682:people have access to your computer (either physically or over the network) you should have a Communicator password. <P>
  10126.  
  10127. !*strings.24683:<B>Cryptographic Modules:</B>
  10128.  
  10129. !*strings.24684:View/Edit CRL's
  10130.  
  10131. !*strings.24685:To view or edit Certificate Revocation Lists press <I>View/Edit CRL's</I>.<p>
  10132.  
  10133. !*strings.24686:To check the Certificate or edit Certificate Trust Information, press the ``View/Edit'' button. <P>This Certificate has automatically been added to your list of 
  10134.  
  10135. !*strings.24687:<B>Certificate to use for Proxy Authentication:</B>
  10136.  
  10137. !*strings.24688:No Proxy Authentication
  10138.  
  10139. !*strings.24689:
  10140.  
  10141. !*strings.25000:
  10142.  
  10143. !*strings.25001:sa_view_button_label
  10144.  
  10145. !*strings.25002:sa_edit_button_label
  10146.  
  10147. !*strings.25003:sa_verify_button_label
  10148.  
  10149. !*strings.25004:sa_delete_button_label
  10150.  
  10151. !*strings.25005:sa_export_button_label
  10152.  
  10153. !*strings.25006:sa_expired_button_label
  10154.  
  10155. !*strings.25007:sa_remove_button_label
  10156.  
  10157. !*strings.25008:sa_get_cert_button_label
  10158.  
  10159. !*strings.25009:sa_get_certs_button_label
  10160.  
  10161. !*strings.25010:sa_import_button_label
  10162.  
  10163. !*strings.25011:sa_view_cert_button_label
  10164.  
  10165. !*strings.25012:sa_edit_privs_button_label
  10166.  
  10167. !*strings.25013:sa_view_edit_button_label
  10168.  
  10169. !*strings.25014:sa_add_button_label
  10170.  
  10171. !*strings.25015:sa_logout_all_button_label
  10172.  
  10173. !*strings.25016:sa_ok_button_label
  10174.  
  10175. !*strings.25017:sa_cancel_button_label
  10176.  
  10177. !*strings.25018:sa_help_button_label
  10178.  
  10179. !*strings.25019:sa_search_dir_button_label
  10180.  
  10181. !*strings.25020:sa_send_cert_button_label
  10182.  
  10183. !*strings.25021:sa_page_info_label
  10184.  
  10185. !*strings.25022:sa_secinfo_index_label
  10186.  
  10187. !*strings.25023:sa_passwords_index_label
  10188.  
  10189. !*strings.25024:sa_navigator_index_label
  10190.  
  10191. !*strings.25025:sa_messenger_index_label
  10192.  
  10193. !*strings.25026:sa_applets_index_label
  10194.  
  10195. !*strings.25027:sa_certs_intro_index_label
  10196.  
  10197. !*strings.25028:sa_yours_index_label
  10198.  
  10199. !*strings.25029:sa_people_index_label
  10200.  
  10201. !*strings.25030:sa_sites_index_label
  10202.  
  10203. !*strings.25031:sa_developers_index_label
  10204.  
  10205. !*strings.25032:sa_signers_index_label
  10206.  
  10207. !*strings.25033:sa_modules_index_label
  10208.  
  10209. !*strings.25034:sa_secinfo_title_label
  10210.  
  10211. !*strings.25035:sa_passwords_title_label
  10212.  
  10213. !*strings.25036:sa_navigator_title_label
  10214.  
  10215. !*strings.25037:sa_messenger_title_label
  10216.  
  10217. !*strings.25038:sa_applets_title_label
  10218.  
  10219. !*strings.25039:sa_certs_intro_title_label
  10220.  
  10221. !*strings.25040:sa_yours_title_label
  10222.  
  10223. !*strings.25041:sa_people_title_label
  10224.  
  10225. !*strings.25042:sa_sites_title_label
  10226.  
  10227. !*strings.25043:sa_developers_title_label
  10228.  
  10229. !*strings.25044:sa_signers_title_label
  10230.  
  10231. !*strings.25045:sa_modules_title_label
  10232.  
  10233. !*strings.25046:sa_enter_secure_label
  10234.  
  10235. !*strings.25047:sa_leave_secure_label
  10236.  
  10237. !*strings.25048:sa_mixed_secure_label
  10238.  
  10239. !*strings.25049:sa_send_clear_label
  10240.  
  10241. !*strings.25050:sa_ssl_cert_label
  10242.  
  10243. !*strings.25051:sa_ask_sa_every_time_label
  10244.  
  10245. !*strings.25052:sa_select_auto_label
  10246.  
  10247. !*strings.25053:sa_ssl_config_label
  10248.  
  10249. !*strings.25054:sa_ssl2_enable_label
  10250.  
  10251. !*strings.25055:sa_ssl2_config_label
  10252.  
  10253. !*strings.25056:sa_ssl3_enable_label
  10254.  
  10255. !*strings.25057:sa_ssl3_config_label
  10256.  
  10257. !*strings.25058:sa_smime_cert_label
  10258.  
  10259. !*strings.25059:sa_smime_no_certs_blurb
  10260.  
  10261. !*strings.25060:sa_smime_config_label
  10262.  
  10263. !*strings.25061:sa_change_password_label
  10264.  
  10265. !*strings.25062:sa_set_password_label
  10266.  
  10267. !*strings.25063:sa_ask_for_password_label
  10268.  
  10269. !*strings.25064:sa_once_per_session_label
  10270.  
  10271. !*strings.25065:sa_every_time_label
  10272.  
  10273. !*strings.25066:sa_after_label
  10274.  
  10275. !*strings.25067:sa_minutes_label
  10276.  
  10277. !*strings.25068:sa_compose_encrypt_subtitle
  10278.  
  10279. !*strings.25069:sa_compose_sign_subtitle
  10280.  
  10281. !*strings.25070:sa_message_encrypt_subtitle
  10282.  
  10283. !*strings.25071:sa_message_sign_subtitle
  10284.  
  10285. !*strings.25072:sa_can_encrypt
  10286.  
  10287. !*strings.25073:sa_send_encrypt_desc
  10288.  
  10289. !*strings.25074:sa_encrypt_this_checkbox_label
  10290.  
  10291. !*strings.25075:sa_send_clear_warn_desc
  10292.  
  10293. !*strings.25076:sa_no_recipients_desc
  10294.  
  10295. !*strings.25077:sa_cannot_encrypt_head
  10296.  
  10297. !*strings.25078:sa_cert_missing_tail
  10298.  
  10299. !*strings.25079:sa_cert_has_exp_tail
  10300.  
  10301. !*strings.25080:sa_cert_has_revoke_tail
  10302.  
  10303. !*strings.25081:sa_cert_no_alias_tail
  10304.  
  10305. !*strings.25082:sa_cert_newsgroup_tail
  10306.  
  10307. !*strings.25083:sa_cert_invalid_tail
  10308.  
  10309. !*strings.25084:sa_cert_untrusted_tail
  10310.  
  10311. !*strings.25085:sa_cert_issuer_untrusted_tail
  10312.  
  10313. !*strings.25086:sa_cert_issuer_unknown_tail
  10314.  
  10315. !*strings.25087:sa_cert_unknown_error_tail
  10316.  
  10317. !*strings.25088:sa_how_to_get_their_cert_1
  10318.  
  10319. !*strings.25089:sa_how_to_get_their_cert_2
  10320.  
  10321. !*strings.25090:sa_can_be_signed
  10322.  
  10323. !*strings.25091:sa_cannot_be_signed
  10324.  
  10325. !*strings.25092:sa_cannot_sign_desc_1
  10326.  
  10327. !*strings.25093:sa_cannot_sign_desc_2
  10328.  
  10329. !*strings.25094:sa_can_sign_desc
  10330.  
  10331. !*strings.25095:sa_sign_disclaimer
  10332.  
  10333. !*strings.25096:sa_sign_this_checkbox_label
  10334.  
  10335. !*strings.25097:sa_was_encrypted
  10336.  
  10337. !*strings.25098:sa_was_not_encrypted
  10338.  
  10339. !*strings.25099:sa_was_encrypted_for_other_1
  10340.  
  10341. !*strings.25100:sa_was_encrypted_for_other_2
  10342.  
  10343. !*strings.25101:sa_encryption_algorithm_was
  10344.  
  10345. !*strings.25102:sa_was_signed_head
  10346.  
  10347. !*strings.25103:sa_included_cert_desc_head
  10348.  
  10349. !*strings.25104:sa_was_signed_at
  10350.  
  10351. !*strings.25105:sa_included_cert_desc_signed_at
  10352.  
  10353. !*strings.25106:sa_was_signed_desc_tail_1
  10354.  
  10355. !*strings.25107:sa_was_signed_desc_tail_2
  10356.  
  10357. !*strings.25108:sa_was_not_signed
  10358.  
  10359. !*strings.25109:sa_sig_invalid
  10360.  
  10361. !*strings.25110:sa_encryption_invalid
  10362.  
  10363. !*strings.25111:sa_sign_error_intro
  10364.  
  10365. !*strings.25112:sa_sig_tampered_1
  10366.  
  10367. !*strings.25113:sa_sig_tampered_2
  10368.  
  10369. !*strings.25114:sa_addr_mismatch_part1
  10370.  
  10371. !*strings.25115:sa_addr_mismatch_part2
  10372.  
  10373. !*strings.25116:sa_addr_mismatch_part3
  10374.  
  10375. !*strings.25117:sa_news_encrypt_subtitle
  10376.  
  10377. !*strings.25118:sa_news_encrypted_1
  10378.  
  10379. !*strings.25119:sa_news_encrypted_2
  10380.  
  10381. !*strings.25120:sa_news_not_encrypted
  10382.  
  10383. !*strings.25121:sa_nav_encryption_subtitle
  10384.  
  10385. !*strings.25122:sa_nav_verification_subtitle
  10386.  
  10387. !*strings.25123:sa_nav_no_encrypt_desc_1
  10388.  
  10389. !*strings.25124:sa_nav_no_encrypt_desc_2
  10390.  
  10391. !*strings.25125:sa_nav_encrypt_desc_1
  10392.  
  10393. !*strings.25126:sa_nav_encrypt_desc_2
  10394.  
  10395. !*strings.25127:sa_nav_encrypt_desc_3
  10396.  
  10397. !*strings.25128:sa_nav_no_encrypt_mix_desc_1
  10398.  
  10399. !*strings.25129:sa_nav_no_encrypt_mix_desc_2
  10400.  
  10401. !*strings.25130:sa_nav_no_encrypt_mix_desc_3
  10402.  
  10403. !*strings.25131:sa_nav_encrypt_mix_desc_1
  10404.  
  10405. !*strings.25132:sa_nav_encrypt_mix_desc_2
  10406.  
  10407. !*strings.25133:sa_nav_encrypt_mix_desc_3
  10408.  
  10409. !*strings.25134:sa_nav_encrypt_mix_desc_4
  10410.  
  10411. !*strings.25135:sa_nav_encrypt_mix_desc_5
  10412.  
  10413. !*strings.25136:sa_nav_verify_cert_desc
  10414.  
  10415. !*strings.25137:sa_nav_verify_domain_desc
  10416.  
  10417. !*strings.25138:sa_nav_verify_missing_desc_1
  10418.  
  10419. !*strings.25139:sa_nav_verify_missing_desc_2
  10420.  
  10421. !*strings.25140:sa_nav_info_menubar_name
  10422.  
  10423. !*strings.25141:sa_nav_info_toolbar_name
  10424.  
  10425. !*strings.25142:sa_nav_info_personalbar_name
  10426.  
  10427. !*strings.25143:sa_nav_info_location_name
  10428.  
  10429. !*strings.25144:sa_nav_info_status_name
  10430.  
  10431. !*strings.25145:sa_nav_verify_java_desc_1
  10432.  
  10433. !*strings.25146:sa_nav_verify_java_desc_2
  10434.  
  10435. !*strings.25147:sa_nav_verify_js_desc_1
  10436.  
  10437. !*strings.25148:sa_nav_verify_js_desc_2
  10438.  
  10439. !*strings.25149:sa_not_me_subtitle
  10440.  
  10441. !*strings.25150:sa_not_me_desc_1
  10442.  
  10443. !*strings.25151:sa_not_me_desc_2
  10444.  
  10445. !*strings.25152:sa_certs_intro_string_1
  10446.  
  10447. !*strings.25153:sa_certs_intro_string_2
  10448.  
  10449. !*strings.25154:sa_certs_intro_string_3
  10450.  
  10451. !*strings.25155:sa_certs_intro_string_4
  10452.  
  10453. !*strings.25156:sa_certs_intro_string_5
  10454.  
  10455. !*strings.25157:sa_certs_intro_string_6
  10456.  
  10457. !*strings.25158:sa_your_certs_desc_1
  10458.  
  10459. !*strings.25159:sa_your_certs_desc_2
  10460.  
  10461. !*strings.25160:sa_your_certs_desc_tail_1
  10462.  
  10463. !*strings.25161:sa_your_certs_desc_tail_2
  10464.  
  10465. !*strings.25162:sa_people_certs_desc_1
  10466.  
  10467. !*strings.25163:sa_people_certs_desc_2
  10468.  
  10469. !*strings.25164:sa_get_certs_desc
  10470.  
  10471. !*strings.25165:sa_site_certs_desc
  10472.  
  10473. !*strings.25166:sa_signers_certs_desc
  10474.  
  10475. !*strings.25167:sa_ssl_desc
  10476.  
  10477. !*strings.25168:sa_smime_desc
  10478.  
  10479. !*strings.25169:sa_smime_pref_desc
  10480.  
  10481. !*strings.25170:sa_encrypt_always_checkbox_label
  10482.  
  10483. !*strings.25171:sa_sign_mail_always_checkbox_label
  10484.  
  10485. !*strings.25172:sa_sign_news_always_checkbox_label
  10486.  
  10487. !*strings.25173:sa_smime_cert_desc
  10488.  
  10489. !*strings.25174:sa_smime_send_cert_desc
  10490.  
  10491. !*strings.25175:sa_smime_no_cert_desc_1
  10492.  
  10493. !*strings.25176:sa_smime_no_cert_desc_2
  10494.  
  10495. !*strings.25177:sa_smime_cipher_heading
  10496.  
  10497. !*strings.25178:sa_smime_cipher_desc
  10498.  
  10499. !*strings.25179:sa_applets_desc_1
  10500.  
  10501. !*strings.25180:sa_applets_desc_2
  10502.  
  10503. !*strings.25181:sa_password_desc_1
  10504.  
  10505. !*strings.25182:sa_password_desc_2
  10506.  
  10507. !*strings.25183:sa_modules_desc
  10508.  
  10509. !*strings.25184:sa_view_crl_button_label
  10510.  
  10511. !*strings.25185:sa_signers_view_crl_desc
  10512.  
  10513. !*strings.25186:sa_was_signed_alt_desc_tail_1
  10514.  
  10515. !*strings.25187:sa_proxy_cert_label
  10516.  
  10517. !*strings.25188:sa_no_proxy_auth_label
  10518.  
  10519. !*strings.25189:
  10520.  
  10521. !*strings.25500:FORTEZZA SKIPJACK encryption with an 80-bit key
  10522.  
  10523. !*strings.25511:<b>Security Module Name:</b> %0%<input type="%1%" name="name" value=%2%><br><b>Security Module File:</b> %3%<input type="%4%"name="library" value=%5%><br>%-cont-%
  10524.  
  10525. !*strings.25512:<b>Manufacturer:</b> %6%<br><b>Description:</b>%8%<br><b>PKCS #11 Version:</b> %7%<br><b>Library Version: </b> %9%<br><center><table><tr>%-cont-%
  10526.  
  10527. !*strings.25513:<td width=10></td><td align=top><select name=slots size=10 onChange="setpass(this)">%10%</select></td><td valign=top><table border=0 cellspacing=0 cellpadding=0><td width=10></td>%-cont-%
  10528.  
  10529. !*strings.25514:<td height=30 valign=top align=center> <input type="submit" name="button" value="%moreinfo%"width=174></input></td></tr>%-cont-%
  10530.  
  10531. !*strings.25515:<tr><td width=10></td><td height=30 valign=middle align=center><input type="submit" name="button" value="%config%"width=174></input></td></tr>%-cont-%
  10532.  
  10533. !*strings.25516:<tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="%login%"width=174></input></td></tr>%-cont-%
  10534.  
  10535. !*strings.25517:<tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="%logout%"width=174></input></td></tr>%-cont-%
  10536.  
  10537. !*strings.25518:<tr><td width=10></td><td height=30 valign=middle align=center> <input type="submit" name="button" value="Change Password"width=174></input></td></tr></table>%-cont-%
  10538.  
  10539. !*strings.25519:</td></tr></table></center><script>var login_status = %11%function setpass(select){%-cont-%
  10540.  
  10541. !*strings.25520:for(var i=0;i<select.options.length;i++) {   if (select.options[i].selected) {    document.forms[0].elements[9].value = login_status[i];    return;   } }%-cont-%
  10542.  
  10543. !*strings.25521:  document.forms[0].elements[9].value = "No Token Selected"; }\n\
  10544. function initarray() {  var numargs = initarray.arguments.length;  var a; a = new Array(numargs); %-cont-%
  10545.  
  10546. !*strings.25522:  for ( var i = 0; i < numargs; i++ ) {    a[i] = initarray.arguments[i];  } return a; }</script>
  10547.  
  10548. !*strings.25531: Config
  10549.  
  10550. !*strings.25542: <P><B>Module Name:</B> %0% <BR><B>Slot Description:</B> %1% <BR><B>Token Name: </B> %2% <BR><B>Remarks: </B>%3%<P><HR> %-cont-%
  10551.  
  10552. !*strings.25543: <P> <DT><INPUT TYPE=Radio %4% NAME="enabledisable" VALUE="disable"> <B> Disable this token. </B> %-cont-%
  10553.  
  10554. !*strings.25544: <FORM><P> <DL> <DT><INPUT TYPE=Radio %5% NAME="enabledisable" VALUE="enable"> <B>Enable this token and turn on the following functions: </B> %6% </FORM>
  10555.  
  10556. !*strings.25555: <P><B>Module Name:</B> %0% <BR><B>Slot Description:</B> %1% <BR><B>Token Name: </B> %2% <P><HR> %-cont-%
  10557.  
  10558. !*strings.25556: <FORM> <P> <FONT COLOR="FF0000" SIZE=+1> %3%<BR>%4%<BR>%5% </FONT></FORM>
  10559.  
  10560. !*strings.25557: Configure Slot
  10561.  
  10562. !*strings.25568:Module Name: 
  10563.  
  10564. !*strings.25569:File: 
  10565.  
  10566. !*strings.25570:RSA PKCS encryption
  10567.  
  10568. !*strings.25571:External security module successfully deleted
  10569.  
  10570. !*strings.25572:Internal security module successfully deleted
  10571.  
  10572. !*strings.25573:A new security module has been installed
  10573.  
  10574. !*strings.25574:Are you sure you want to install this security module?
  10575.  
  10576. !*strings.25575:Are you sure you want to delete this security module?
  10577.  
  10578. !*strings.25576:Enter a nickname for the certificate:
  10579.  
  10580. !*strings.25587:View/Edit CRL's
  10581.  
  10582. !*strings.25588:<h3 align=center>%0%</h3><b>URL:</b>%1%<br><b>Last Update:</b>%2%<br><b>Next Update:</b>%3% %4%<br><b>Signed by:</b><ul>%5%</ul><br><center><select name=bogus size=8>%6%</select></center>
  10583.  
  10584. !*strings.25589:Enter the URL of the new CRL/CKL to load:
  10585.  
  10586. !*strings.25590:<h3 align=center>%0%</h3>Enter the URL of the Certificate Revocation List.<br><br><b>URL:</b><input name=url size=70 type=text value="%1%">
  10587.  
  10588. !*strings.25591:No CRL was selected. Please select a CRL from the list.
  10589.  
  10590. !*strings.25592:Selected CRL does not have a valid URL to load from.\n\
  10591. Use 'New/Edit...' to set the URL.
  10592.  
  10593. !*strings.25593:<font color=red>Expired</font>
  10594.  
  10595. !*strings.25594:You did not enter a URL: No new CRL loaded.
  10596.  
  10597. !*strings.25595:Edit CRL
  10598.  
  10599. !*strings.25596:CRL
  10600.  
  10601. !*strings.25597:<font color=red>Not Yet Valid</font>
  10602.  
  10603. !*strings.-5288:Netscape is unable to communicate securely with this site\n\
  10604. because the server does not support high-grade encryption.
  10605.  
  10606. !*strings.-5287:Netscape is unable to communicate securely with this site\n\
  10607. because the server requires the use of high-grade encryption.\n\
  10608. \n\
  10609. This version of Netscape does not support high-grade\n\
  10610. encryption, probably due to U.S. export restrictions.
  10611.  
  10612. !*strings.-5286:Netscape and this server cannot communicate securely\n\
  10613. because they have no common encryption algorithm(s).
  10614.  
  10615. !*strings.-5285:Netscape is unable to find the certificate or key necessary\n\
  10616. for authentication.
  10617.  
  10618. !*strings.-5284:Netscape is unable to communicate securely with this site\n\
  10619. because the server's certificate was rejected.
  10620.  
  10621. !*strings.-5282:The server has encountered bad data from the client.
  10622.  
  10623. !*strings.-5281:Netscape has encountered bad data from the server.
  10624.  
  10625. !*strings.-5280:Netscape has encountered an unsupported type of certificate.\n\
  10626. \n\
  10627. A newer version of Netscape may solve this problem.
  10628.  
  10629. !*strings.-5279:The server is using an unsupported version of the security\n\
  10630. protocol.\n\
  10631. \n\
  10632. A newer version of Netscape may solve this problem.
  10633.  
  10634. !*strings.-5277:Client authentication failed due to mismatch between private\n\
  10635. key found in client key database and public key found in client\n\
  10636. certificate database.
  10637.  
  10638. !*strings.-5276:Netscape is unable to communicate securely with this site\n\
  10639. because the domain to which you are attempting to connect\n\
  10640. does not match the domain name in the server's certificate.
  10641.  
  10642. !*strings.-5274:This site only supports SSL version 2.  You can enable\n\
  10643. support for SSL version 2 by selecting Security Info from\n\
  10644. the Communicator menu and opening the Navigator section.
  10645.  
  10646. !*strings.-5273:SSL has received a record with an incorrect Message\n\
  10647. Authentication Code.  This could indicate a network error,\n\
  10648. a bad server implementation, or a security violation.
  10649.  
  10650. !*strings.-5272:SSL has received an error from the server indicating an\n\
  10651. incorrect Message Authentication Code.  This could indicate\n\
  10652. a network error, a bad server implementation, or a\n\
  10653. security violation.
  10654.  
  10655. !*strings.-5271:The server cannot verify your certificate.
  10656.  
  10657. !*strings.-5270:The server has rejected your certificate as revoked.
  10658.  
  10659. !*strings.-5269:The server has rejected your certificate as expired.
  10660.  
  10661. !*strings.-5268:You cannot connect to an encrypted website because SSL\n\
  10662. has been disabled.  You can enable SSL by selecting\n\
  10663. Security Info from the Communicator menu and opening the\n\
  10664. Navigator section.
  10665.  
  10666. !*strings.-5267:The server is in another FORTEZZA domain,\n\
  10667. you cannot connect to it.
  10668.  
  10669. !*strings.7032:Broken pipe
  10670.  
  10671. !*strings.7146:Connection refused
  10672.  
  10673. !*strings.7022:Invalid argument
  10674.  
  10675. !*strings.7005:I/O error
  10676.  
  10677. !*strings.7012:Not enough memory
  10678.  
  10679. !*strings.7009:Bad file number
  10680.  
  10681. !*strings.7011:Operation would block
  10682.  
  10683. !*strings.7133:Socket is already connected
  10684.  
  10685. !*strings.7145:Connection timed out
  10686.  
  10687. !*strings.7150:operation now in progress
  10688.  
  10689. !*strings.7149:EALREADY
  10690.  
  10691. !*strings.7125:Address already in use
  10692.  
  10693. !*strings.7004:interrupted system call
  10694.  
  10695. !*strings.7013:Permission denied
  10696.  
  10697. !*strings.7126:Can't assign requested address
  10698.  
  10699. !*strings.7127:Network is down
  10700.  
  10701. !*strings.7128:Network is unreachable
  10702.  
  10703. !*strings.7129:Network dropped connection because of reset
  10704.  
  10705. !*strings.7130:Connection aborted
  10706.  
  10707. !*strings.7131:Connection reset by peer
  10708.  
  10709. !*strings.7134:Socket is not connected
  10710.  
  10711. !*strings.7147:Host is down
  10712.  
  10713. !*strings.7148:No route to host
  10714.  
  10715. !*strings.21001: (unrecognized)
  10716.  
  10717. !*strings.21002: (autoselect)
  10718.  
  10719. !*strings.21003: (default)
  10720.  
  10721. !*strings.21004: (not found)
  10722.  
  10723. !*strings.21010:%s image %dx%d pixels
  10724.  
  10725. !*strings.21011:Images are %d bits deep with %d cells allocated.
  10726.  
  10727. !*strings.21012:Images are monochrome.
  10728.  
  10729. !*strings.21013:Images are %d bit greyscale.
  10730.  
  10731. !*strings.21014:Images are %d bit truecolor.
  10732.  
  10733. !*strings.21020:This is a searchable index. Enter search keywords: 
  10734.  
  10735. !*strings.21031:Main Hotlist
  10736.  
  10737. !*strings.21032:<!-- This is an automatically generated file.\n\
  10738.     It will be read and overwritten.\n\
  10739.     Do Not Edit! -->\n
  10740.  
  10741. !*strings.21033:---End of History List---\n
  10742.  
  10743. !*strings.21034:Save History List
  10744.  
  10745. !*strings.21040:Connect: Looking up host: %.256s...
  10746.  
  10747. !*strings.21041:Connect: Contacting host: %.256s...
  10748.  
  10749. !*strings.21042:Error: Could not make connection non-blocking.
  10750.  
  10751. !*strings.21043:Unable to locate host %.256s.
  10752.  
  10753. !*strings.21044:Unable to locate host %.256s.
  10754.  
  10755. !*strings.21045:Reading file...
  10756.  
  10757. !*strings.21046:Reading file...Error Zero Length
  10758.  
  10759. !*strings.21047:Reading directory...
  10760.  
  10761. !*strings.21048:Reading file...Done
  10762.  
  10763. !*strings.21049:Reading directory...Done
  10764.  
  10765. !*strings.21050:Receiving FTP file
  10766.  
  10767. !*strings.21051:Receiving FTP directory
  10768.  
  10769. !*strings.21052:Receiving data.
  10770.  
  10771. !*strings.21053:Transferring data from %.256s
  10772.  
  10773. !*strings.21054:Connect: Host %.256s contacted. Waiting for reply...
  10774.  
  10775. !*strings.21055:Connect: Trying again (HTTP 0.9)...
  10776.  
  10777. !*strings.21056:Connect: Host contacted. Waiting for reply (Gopher)
  10778.  
  10779. !*strings.21057:Mail sent successfully
  10780.  
  10781. !*strings.21058:Receiving newsgroups...
  10782.  
  10783. !*strings.21059:Receiving newsgroups...
  10784.  
  10785. !*strings.21060:Receiving articles...
  10786.  
  10787. !*strings.21061:Receiving articles...
  10788.  
  10789. !*strings.21062:Reading newsgroup list
  10790.  
  10791. !*strings.21063:Reading newsgroup overview information
  10792.  
  10793. !*strings.21064:Sorting articles...
  10794.  
  10795. !*strings.21065:Starting Java...
  10796.  
  10797. !*strings.21066:Starting Java...done
  10798.  
  10799. !*strings.21101:Unable to invoke external viewer
  10800.  
  10801. !*strings.21102:Proxy is requiring an authentication scheme that is not supported.
  10802.  
  10803. !*strings.21103:Out of memory error in HTTP Load routine!
  10804.  
  10805. !*strings.21104:Unknown status reply from server: %d!
  10806.  
  10807. !*strings.21105:Warning! Non-critical application error: NET_TotalNumberOfProcessingURLs < 0
  10808.  
  10809. !*strings.21106:Warning! Non-critical application error: NET_TotalNumberOfOpenConnections < 0
  10810.  
  10811. !*strings.21107:URN's not internally supported, use an HTTP proxy server: 
  10812.  
  10813. !*strings.21108:reentrant call to Interrupt window
  10814.  
  10815. !*strings.21109:Bad message number
  10816.  
  10817. !*strings.21110:Article number out of range
  10818.  
  10819. !*strings.21111:Could not load mailbox
  10820.  
  10821. !*strings.21113:SMTP Error sending mail. Server responded: %.256s
  10822.  
  10823. !*strings.21114:Warning: unrecognized character set: `
  10824.  
  10825. !*strings.21115:Alert! did not find a converter or decoder
  10826.  
  10827. !*strings.21116:Cannot add the result of a form submission to the hotlist
  10828.  
  10829. !*strings.21117:Warning: an HTTP proxy host was specified\n\
  10830. (%.2048s), but that host is unknown.\n\
  10831. \n\
  10832. This means that external hosts will be unreachable.\n\
  10833. Perhaps there is a problem with your name server?\n\
  10834. Consult your system administrator.
  10835.  
  10836. !*strings.21118:Warning: a SOCKS host was specified (%.2048s)\n\
  10837. but that host is unknown.\n\
  10838. \n\
  10839. This means that external hosts will be unreachable.\n\
  10840. \n\
  10841. Perhaps there is a problem with your name server?\n
  10842.  
  10843. !*strings.21119:If your site must use a non-root name server, you will\n\
  10844. need to set the $SOCKS_NS environment variable to\n\
  10845. point at the appropriate name server.  It may (or\n\
  10846. may not) be necessary to set this variable, or the\n\
  10847. SOCKS host preference, to the IP address of the host\n\
  10848. in question rather than its name.\n\
  10849. \n
  10850.  
  10851. !*strings.21120:Consult your system administrator.
  10852.  
  10853. !*strings.21121:Warning: the following hosts are unknown:\n\
  10854. \n
  10855.  
  10856. !*strings.21122:Warning: the host %.256s is unknown.\n
  10857.  
  10858. !*strings.21123:\n\
  10859. This means that some or all hosts will be unreachable.\n\
  10860. \n\
  10861. Perhaps there is a problem with your name server?\n
  10862.  
  10863. !*strings.21124:On SunOS 4 systems, there are two %s executables,\n\
  10864. one for sites using DNS, and one for sites using YP/NIS.\n\
  10865. This is the DNS executable.  Perhaps you need to use\n\
  10866. the other one?\n\
  10867. \n
  10868.  
  10869. !*strings.21125:On SunOS 4 systems, there are two %s executables,\n\
  10870. one for sites using DNS, and one for sites using YP/NIS.\n\
  10871. This is the YP/NIS executable.  Perhaps you need to use\n\
  10872. the other one?\n\
  10873. \n
  10874.  
  10875. !*strings.21130:Warning: this is an executable `%.1024s' script!\n\
  10876. \n\
  10877. You are about to execute arbitrary system commands\n\
  10878. on your local machine.  This is a security risk.\n\
  10879. Unless you completely understand this script, it\n\
  10880. is strongly recommended you not do this.\n\
  10881. \n\
  10882. Execute the script?
  10883.  
  10884. !*strings.21131:Warning: this is an executable `%.1024s' script!\n\
  10885. \n\
  10886. You may be about to execute arbitrary system commands\n\
  10887. on your local machine.  This is a security risk.\n\
  10888. Unless you completely understand this script, it\n\
  10889. is strongly recommended you not do this.\n\
  10890. \n\
  10891. Execute the script?
  10892.  
  10893. !*strings.21133:Authorization failed.  Retry?
  10894.  
  10895. !*strings.21134:Proxy authorization failed.  Retry?
  10896.  
  10897. !*strings.21135:Repost form data?
  10898.  
  10899. !*strings.21136:Before viewing all newsgroups, Netscape saves\n\
  10900. a copy of the newsgroup list.\n\
  10901. \n\
  10902. On a modem or slow connection, this may take a\n\
  10903. few minutes. You can choose New Window from the\n\
  10904. File menu to continue browsing.  Proceed?
  10905.  
  10906. !*strings.21137:This form is being submitted via e-mail.\n\
  10907. Submitting the form via e-mail will reveal\n\
  10908. your e-mail address to the recipient, and\n\
  10909. will send the form data without encrypting\n
  10910.  
  10911. !*strings.21139:it for privacy.  You may not want to submit\n\
  10912. sensitive or private information via this\n\
  10913. form.  You may continue or cancel this\n\
  10914. submission.  
  10915.  
  10916. !*strings.21151:message: invalid specifier `%c'\n
  10917.  
  10918. !*strings.21152:Implement more temp name
  10919.  
  10920. !*strings.21153:Implement more XPStats
  10921.  
  10922. !*strings.21160:Please enter a username for news server access
  10923.  
  10924. !*strings.21161:Enter password for user %s:
  10925.  
  10926. !*strings.21204:<TITLE>Error!</TITLE>\n\
  10927. <H1>Error!</H1> newsgroup server responded: <b>%.256s</b><p>\n
  10928.  
  10929. !*strings.21205:<b><p>Perhaps the article has expired</b><p>\n
  10930.  
  10931. !*strings.21218:<TITLE>FTP Error</TITLE>\n\
  10932. <H1>FTP Error</H1>\n\
  10933. <h2>Could not login to FTP server</h2>\n\
  10934. <PRE>
  10935.  
  10936. !*strings.21219:<TITLE>FTP Error</TITLE>\n\
  10937. <H1>FTP Error</H1>\n\
  10938. <h2>FTP Transfer failed:</h2>\n\
  10939. <PRE>
  10940.  
  10941. !*strings.21220:<TITLE>Gopher Index %.256s</TITLE><H1>%.256s <BR>Gopher Search</H1>\n\
  10942. This is a searchable Gopher index.\n\
  10943. Use the search function of your browser to enter search terms.\n\
  10944. <ISINDEX>
  10945.  
  10946. !*strings.21221:<TITLE>CSO Search of %.256s</TITLE><H1>%.256s CSO Search</H1>\n\
  10947. A CSO database usually contains a phonebook or directory.\n\
  10948. Use the search function of your browser to enter search terms.\n\
  10949. <ISINDEX>
  10950.  
  10951. !*strings.21222:<TITLE>Missing Post reply data</TITLE>\n\
  10952. <H1>Data Missing</H1>\n\
  10953. This document resulted from a POST operation and has expired from the\n\
  10954. cache.  If you wish you can repost the form data to recreate the\n\
  10955. document by pressing the <b>reload</b> button.\n
  10956.  
  10957. !*strings.21250:RSA Public Key Cryptography
  10958.  
  10959. !*strings.21251:International
  10960.  
  10961. !*strings.21252:This is an insecure document that is not encrypted and offers no security\n\
  10962. protection.
  10963.  
  10964. !*strings.21253:<h3>No new newsgroups</h3>
  10965.  
  10966. !*strings.21256:Enter username for %.200s at %.200s:
  10967.  
  10968. !*strings.21257:Type in a newsgroup to add to the list:
  10969.  
  10970. !*strings.21260:This is a secure document that uses a medium-grade encryption key suited\n\
  10971. for U.S. export
  10972.  
  10973. !*strings.21261:This is a secure document that uses a high-grade encryption key for U.S.\n\
  10974. domestic use only
  10975.  
  10976. !*strings.21270:Bookmarks have changed on disk and are being reloaded.
  10977.  
  10978. !*strings.21271:The address book has changed on disk and is being reloaded.
  10979.  
  10980. !*strings.21272:Bookmarks have changed on disk.  Discard your unsaved changes\n\
  10981. and reload?
  10982.  
  10983. !*strings.21273:The address book has changed on disk.  Discard your unsaved changes\n\
  10984. and reload?
  10985.  
  10986. !*strings.21274:Error saving bookmarks file!
  10987.  
  10988. !*strings.21275:Error saving address book file!
  10989.  
  10990. !*strings.21276:This is a searchable index. Enter search keywords: 
  10991.  
  10992. !*strings.21277:Reset
  10993.  
  10994. !*strings.21278:Submit Query
  10995.  
  10996. !*strings.21279:<H3>No info while document is loading</H3>\n
  10997.  
  10998. !*strings.21280:<LI>Encoding: 
  10999.  
  11000. !*strings.21281:<b>Form %d:</b><UL>
  11001.  
  11002. !*strings.21282:%ld hours ago
  11003.  
  11004. !*strings.21283:%ld days ago
  11005.  
  11006. !*strings.21284:There are %ld aliases to %s
  11007.  
  11008. !*strings.21285:There is 1 alias to %s
  11009.  
  11010. !*strings.21286:There are no aliases to %s
  11011.  
  11012. !*strings.21287:Nicknames may only have letters and numbers\n\
  11013. in them.  The nickname has not been changed.
  11014.  
  11015. !*strings.21288:An entry with this nickname already exists.\n\
  11016. The nickname has not been changed.
  11017.  
  11018. !*strings.21289:This item has %d alias(es). These aliases \n\
  11019. will be removed, as well.
  11020.  
  11021. !*strings.21290:Some of the items you are about to remove \n\
  11022. have one or more aliases. The aliases will \n\
  11023. be removed, as well.
  11024.  
  11025. !*strings.21291:<!-- This is an automatically generated file.
  11026.  
  11027. !*strings.21292:It will be read and overwritten.
  11028.  
  11029. !*strings.21293:Do Not Edit! -->
  11030.  
  11031. !*strings.21294:New Folder
  11032.  
  11033. !*strings.21295:New Bookmark
  11034.  
  11035. !*strings.21296:Not Found
  11036.  
  11037. !*strings.21297:Open bookmarks file
  11038.  
  11039. !*strings.21298:Import bookmarks file
  11040.  
  11041. !*strings.21299:Save bookmarks file
  11042.  
  11043. !*strings.21300:Less than one hour ago
  11044.  
  11045. !*strings.21301:The global history database is currently closed
  11046.  
  11047. !*strings.21302:Unknown
  11048.  
  11049. !*strings.21303:The global history database is currently empty
  11050.  
  11051. !*strings.21304:<BR>\n\
  11052. <TT>Date:</TT> %s<P>
  11053.  
  11054. !*strings.21305:\n\
  11055. <HR>\n\
  11056. <TT>Total entries:</TT> %ld<P>
  11057.  
  11058. !*strings.21306:Personal Bookmarks
  11059.  
  11060. !*strings.21307:<!-- This is an automatically generated file.\n\
  11061. It will be read and overwritten.\n\
  11062. Do Not Edit! -->\n
  11063.  
  11064. !*strings.21308:Loading plug-in
  11065.  
  11066. !*strings.21309:at %ld bytes/sec
  11067.  
  11068. !*strings.21310:at %.1fK/sec
  11069.  
  11070. !*strings.21311:at %.1fM/sec
  11071.  
  11072. !*strings.21312:stalled
  11073.  
  11074. !*strings.21313:%lu
  11075.  
  11076. !*strings.21314:%luK
  11077.  
  11078. !*strings.21315:%3.2fM
  11079.  
  11080. !*strings.21316:%02ld:%02ld:%02ld remaining
  11081.  
  11082. !*strings.21317:%02ld:%02ld remaining
  11083.  
  11084. !*strings.21318:%ld sec%s remaining
  11085.  
  11086. !*strings.21319:Version: 
  11087.  
  11088. !*strings.21320:Serial Number: 
  11089.  
  11090. !*strings.21321:Issuer: 
  11091.  
  11092. !*strings.21322:Subject: 
  11093.  
  11094. !*strings.21323:Version: %s%sSerial Number: %s%sIssuer:  %s%sSubject: %s%sNot Valid Before: %s%sNot Valid After: %s%s
  11095.  
  11096. !*strings.21324:Enter Your Communicator Password:
  11097.  
  11098. !*strings.21325:A plugin for the mime type %s\n\
  11099. was not found.
  11100.  
  11101. !*strings.21326:Could not load the plug-in '%s' for the MIME type '%s'.  \n\
  11102. \n\
  11103.   Make sure enough memory is available and that the plug-in is installed correctly.
  11104.  
  11105. !*strings.21327:Unable to start a java applet: Can't find '%s' in your\n\
  11106. CLASSPATH. Read the release notes and install '%s'\n\
  11107. properly before restarting.\n\
  11108. \n\
  11109. Current value of CLASSPATH:\n\
  11110. %s\n
  11111.  
  11112. !*strings.21328:Unable to start a java applet: the version number for your\n\
  11113. classes is wrong. The version number found was %d. The correct\n\
  11114. version number is %d.\n
  11115.  
  11116. !*strings.21329:Java reported the following error on startup:\n\
  11117. \n\
  11118. %s\n
  11119.  
  11120. !*strings.21330:Failed to start the Java debugger.\n
  11121.  
  11122. !*strings.21331:The system has been locked to prevent access to restricted sites. Please enter your password if you will be changing these settings:
  11123.  
  11124. !*strings.21332:The previously entered password was not correct. Please enter your password if you'll be changing these restrictions settings during this session:
  11125.  
  11126. !*strings.21335:Connect: Please enter password for host...
  11127.  
  11128. !*strings.21336:Proxy is requiring an authentication scheme that is not supported.
  11129.  
  11130. !*strings.21337:Proxy nonces appear to expire immediately.\n\
  11131. This is either a problem in the proxy's authentication \n\
  11132. implementation, or you have mistyped your password.\n\
  11133. Do you want to re-enter your username and password?
  11134.  
  11135. !*strings.21338:unidentified proxy server
  11136.  
  11137. !*strings.21339:Proxy authentication required for %.250s at %.250s:
  11138.  
  11139. !*strings.21340:Connect: Please enter password for proxy...
  11140.  
  11141. !*strings.21341:Bad keyword in proxy automatic configuration: %s.
  11142.  
  11143. !*strings.21342:Try connecting to the proxy again?
  11144.  
  11145. !*strings.21343:Try connecting to SOCKS again?
  11146.  
  11147. !*strings.21344:Try connecting to proxy / SOCKS again?
  11148.  
  11149. !*strings.21345:Proxy server is unavailable.\n\
  11150. \n\
  11151. Try connecting to proxy %s again?
  11152.  
  11153. !*strings.21346:All proxy servers are unavailable.\n\
  11154. \n\
  11155. Try connecting to %s again?
  11156.  
  11157. !*strings.21347:SOCKS is unavailable.  Try connecting to SOCKS %s again?
  11158.  
  11159. !*strings.21348:SOCKS and proxies are unavailable.  Try\n\
  11160. connecting to %s again?
  11161.  
  11162. !*strings.21349:All proxies are unavailable. Do you wish to temporarily\n\
  11163. override proxies by connecting directly until proxies\n\
  11164. are available again?
  11165.  
  11166. !*strings.21350:SOCKS is unavailable. Do you wish to temporarily\n\
  11167. override SOCKS by connecting directly until SOCKS\n\
  11168. are available again?
  11169.  
  11170. !*strings.21351:Both proxies and SOCKS are unavailable. Do you wish to\n\
  11171. temporarily override them by connecting directly until they\n\
  11172. are available again?
  11173.  
  11174. !*strings.21352:All proxies are still down.\n\
  11175. Continue with direct connections?
  11176.  
  11177. !*strings.21353:SOCKS is still down.\n\
  11178. \n\
  11179. Continue with direct connections?
  11180.  
  11181. !*strings.21354:SOCKS and proxies are still down.\n\
  11182. \n\
  11183. Continue with direct connections?
  11184.  
  11185. !*strings.21355:No proxy automatic configuration file was received.\n\
  11186. \n\
  11187. No proxies will be used.
  11188.  
  11189. !*strings.21356:The automatic configuration file is empty:\n\
  11190. \n\
  11191.     %s\n\
  11192. \n\
  11193. Use the configuration from the previous session instead?
  11194.  
  11195. !*strings.21357:The automatic configuration file has errors:\n\
  11196. \n\
  11197.         %s\n\
  11198. \n\
  11199. Use the configuration from the previous session instead?
  11200.  
  11201. !*strings.21358:The proxy automatic configuration file has errors:\n\
  11202. \n\
  11203.         %s\n\
  11204. \n\
  11205. No proxies will be used.
  11206.  
  11207. !*strings.21359:The automatic configuration file is not of the correct type:\n\
  11208. \n\
  11209.         %s\n\
  11210. \n\
  11211. Expected MIME type of application/x-javascript-config or application/x-ns-proxy-autoconfig.\n\
  11212. \n\
  11213. Use the configuration from the previous session instead?
  11214.  
  11215. !*strings.21360:The proxy automatic configuration file could not be loaded.\n\
  11216. \n\
  11217. Check the proxy automatic configuration URL in preferences.\n\
  11218. \n\
  11219. No proxies will be used.
  11220.  
  11221. !*strings.21361:The automatic configuration file could not be loaded.\n\
  11222. \n\
  11223. Use the configuration from the previous session instead?
  11224.  
  11225. !*strings.21362:The backup proxy automatic configuration file had errors.\n\
  11226. \n\
  11227. No proxies will be used.
  11228.  
  11229. !*strings.21363:Proxy automatic configuration load was cancelled.\n\
  11230. \n\
  11231. No proxies will be used.
  11232.  
  11233. !*strings.21364:Warning:\n\
  11234. \n\
  11235. Server sent an unrequested proxy automatic\n\
  11236. configuration file to Netscape:\n\
  11237. \n\
  11238.         %s\n\
  11239. \n\
  11240. Configuration file will be ignored.
  11241.  
  11242. !*strings.21365:Receiving proxy auto-configuration file...
  11243.  
  11244. !*strings.21366:Cache cleanup: removing %d files...
  11245.  
  11246. !*strings.21367:The database selected is valid, but cannot\n\
  11247. be validated as the correct database because\n\
  11248. it is missing a name entry.  Do you wish to\n\
  11249. use this database anyway?
  11250.  
  11251. !*strings.21368:The database selected is named:\n\
  11252. %.900s\n\
  11253. The database requested was named:\n\
  11254. %.900s\n\
  11255. Do you wish to use this database anyway?
  11256.  
  11257. !*strings.21369:The page currently loading has requested an external\n\
  11258. cache.  Using a read-only external cache can improve\n\
  11259. network file retrieval time.\n\
  11260. \n\
  11261. If you do not have the external cache requested,\n\
  11262. select "Cancel" in the file selection box.
  11263.  
  11264. !*strings.21370:The proxy automatic configuration file is not of the correct type:\n\
  11265. \n\
  11266.         %s\n\
  11267. \n\
  11268. Expected the MIME type of application/x-ns-proxy-autoconfig.\n\
  11269. \n\
  11270. No proxies will be used.
  11271.  
  11272. !*strings.21371:Reading segment...Done
  11273.  
  11274. !*strings.21372:<TITLE>Directory listing of %.1024s</TITLE>\n
  11275.  
  11276. !*strings.21373:<H1>Directory listing of %.1024s</H1>\n\
  11277. <PRE>
  11278.  
  11279. !*strings.21374:">Up to higher level directory</A><BR>
  11280.  
  11281. !*strings.21375:Could not login to FTP server
  11282.  
  11283. !*strings.21376:Error: Could not make connection non-blocking.
  11284.  
  11285. !*strings.21377:Posting file %.256s...
  11286.  
  11287. !*strings.21378:<TITLE>Directory of %.512s</TITLE>\n\
  11288.  <H2>Current directory is %.512s</H2>\n\
  11289.  <PRE>
  11290.  
  11291. !*strings.21379:%d URL's waiting for an open socket (limit %d)\n
  11292.  
  11293. !*strings.21380:%d URL's waiting for fewer active URL's\n
  11294.  
  11295. !*strings.21381:%d Connections Open\n
  11296.  
  11297. !*strings.21382:%d Active URL's\n
  11298.  
  11299. !*strings.21383:\n\
  11300. \n\
  11301. Using previously cached copy instead
  11302.  
  11303. !*strings.21384:Server returned no data
  11304.  
  11305. !*strings.21385:>\n\
  11306. <HR><H3>Transfer interrupted!</H3>\n
  11307.  
  11308. !*strings.21386:\n\
  11309. \n\
  11310. Transfer interrupted!\n
  11311.  
  11312. !*strings.21387:Mail: Reading folder %s...
  11313.  
  11314. !*strings.21388:Mail: Reading message...
  11315.  
  11316. !*strings.21389:Mail: Emptying trash...
  11317.  
  11318. !*strings.21390:Mail: Compacting folder %s...
  11319.  
  11320. !*strings.21391:Mail: Delivering queued messages...
  11321.  
  11322. !*strings.21392:Mail: Reading message...Done
  11323.  
  11324. !*strings.21393:Mail: Reading folder...Done
  11325.  
  11326. !*strings.21394:Mail: Emptying trash...Done
  11327.  
  11328. !*strings.21395:Mail: Compacting folder...Done
  11329.  
  11330. !*strings.21396:Mail: Delivering queued messages...Done
  11331.  
  11332. !*strings.21398:Connect: News server contacted. Waiting for reply...
  11333.  
  11334. !*strings.21399:Please enter a password for news server access
  11335.  
  11336. !*strings.21400:Message sent; waiting for reply...
  11337.  
  11338. !*strings.21401:No Answer
  11339.  
  11340. !*strings.21402:The POP3 mail server (%s) does not\n\
  11341.  support UIDL, which Netscape Mail needs to implement\n\
  11342.  the ``Leave on Server'' and ``Maximum Message Size''\n\
  11343.  options.\n\
  11344. \n\
  11345.  To download your mail, turn off these options in the\n\
  11346.  Mail Server panel of Preferences.
  11347.  
  11348. !*strings.21403:Receiving: message %lu of %lu
  11349.  
  11350. !*strings.21404:The POP3 mail server (%s) does not\n\
  11351. support the TOP command.\n\
  11352. \n\
  11353. Without server support for this, we cannot implement\n\
  11354. the ``Maximum Message Size'' preference.  This option\n\
  11355. has been disabled, and messages will be downloaded\n\
  11356. regardless of their size.
  11357.  
  11358. !*strings.21405:Could not log in to the mail server.\n\
  11359. The server responded:\n\
  11360. \n\
  11361.   %s\n\
  11362. \n\
  11363. Please enter a new password for user %.100s@%.100s:
  11364.  
  11365. !*strings.21406:Connect: Host contacted, sending login information...
  11366.  
  11367. !*strings.21407:Assembling message...
  11368.  
  11369. !*strings.21408:Assembling message...Done
  11370.  
  11371. !*strings.21409:Loading attachment...
  11372.  
  11373. !*strings.21410:Loading attachments...
  11374.  
  11375. !*strings.21411:Delivering mail...
  11376.  
  11377. !*strings.21412:Delivering mail...
  11378.  
  11379. !*strings.21413:Delivering mail...Done
  11380.  
  11381. !*strings.21414:Delivering news...
  11382.  
  11383. !*strings.21415:Delivering news...Done
  11384.  
  11385. !*strings.21416:Queuing for later delivery...
  11386.  
  11387. !*strings.21417:Writing to Sent Mail file...
  11388.  
  11389. !*strings.21418:Queued for later delivery.
  11390.  
  11391. !*strings.21419:Message Composition
  11392.  
  11393. !*strings.21421:Loading summary file...
  11394.  
  11395. !*strings.21422:loaded %ld of %ld messages
  11396.  
  11397. !*strings.21423:Add Folder
  11398.  
  11399. !*strings.21424:Add Folder...
  11400.  
  11401. !*strings.21425:Enter the new name for your folder:
  11402.  
  11403. !*strings.21426:Save Message As
  11404.  
  11405. !*strings.21427:Save Messages As
  11406.  
  11407. !*strings.21428:Get New Messages
  11408.  
  11409. !*strings.21429:Send Unsent Messages
  11410.  
  11411. !*strings.21430:New Folder...
  11412.  
  11413. !*strings.21431:Compact This Folder
  11414.  
  11415. !*strings.21432:Compact All Folders
  11416.  
  11417. !*strings.21433:Open News Server...
  11418.  
  11419. !*strings.21434:Empty Trash Folder
  11420.  
  11421. !*strings.21435:Print...
  11422.  
  11423. !*strings.21436:Undo
  11424.  
  11425. !*strings.21437:Redo
  11426.  
  11427. !*strings.21438:Delete Selected Messages
  11428.  
  11429. !*strings.21439:Delete Message
  11430.  
  11431. !*strings.21440:Delete Folder
  11432.  
  11433. !*strings.21441:Cancel Message
  11434.  
  11435. !*strings.21442:Delete Newsgroup Server
  11436.  
  11437. !*strings.21443:Subscribe
  11438.  
  11439. !*strings.21444:Unsubscribe
  11440.  
  11441. !*strings.21445:Select Thread
  11442.  
  11443. !*strings.21446:Select Flagged Messages
  11444.  
  11445. !*strings.21447:Select All Messages
  11446.  
  11447. !*strings.21448:Deselect All Messages
  11448.  
  11449. !*strings.21449:Flag Message
  11450.  
  11451. !*strings.21450:Unflag Message
  11452.  
  11453. !*strings.21451:Again
  11454.  
  11455. !*strings.21452:By Thread
  11456.  
  11457. !*strings.21453:By Date
  11458.  
  11459. !*strings.21454:By Sender
  11460.  
  11461. !*strings.21455:By Subject
  11462.  
  11463. !*strings.21456:By Order Received
  11464.  
  11465. !*strings.21457:Unscramble (Rot13)
  11466.  
  11467. !*strings.21458:Add from Newest Messages
  11468.  
  11469. !*strings.21459:Add from Oldest Messages
  11470.  
  11471. !*strings.21460:Get More Messages
  11472.  
  11473. !*strings.21461:Get All Messages
  11474.  
  11475. !*strings.21462:Address Book
  11476.  
  11477. !*strings.21463:View Address Book Entry
  11478.  
  11479. !*strings.21464:Add to Address Book
  11480.  
  11481. !*strings.21465:New Newsgroup Message
  11482.  
  11483. !*strings.21466:to Newsgroup
  11484.  
  11485. !*strings.21467:to Sender and Newsgroup
  11486.  
  11487. !*strings.21468:New Message
  11488.  
  11489. !*strings.21469:Reply
  11490.  
  11491. !*strings.21470:to Sender and All Recipients
  11492.  
  11493. !*strings.21471:Forward Selected Messages
  11494.  
  11495. !*strings.21472:Forward As Attachment
  11496.  
  11497. !*strings.21473:Mark Selected as Read
  11498.  
  11499. !*strings.21474:Mark as Read
  11500.  
  11501. !*strings.21475:Mark Selected as Unread
  11502.  
  11503. !*strings.21476:Mark as Unread
  11504.  
  11505. !*strings.21477:Unflag All Messages
  11506.  
  11507. !*strings.21478:Copy Selected Messages
  11508.  
  11509. !*strings.21479:Copy
  11510.  
  11511. !*strings.21480:Move Selected Messages
  11512.  
  11513. !*strings.21481:Move
  11514.  
  11515. !*strings.21482:Save Selected Messages As...
  11516.  
  11517. !*strings.21483:Save As...
  11518.  
  11519. !*strings.21484:Move Selected Messages To...
  11520.  
  11521. !*strings.21485:Move This Message To...
  11522.  
  11523. !*strings.21486:First Message
  11524.  
  11525. !*strings.21487:Message
  11526.  
  11527. !*strings.21488:Message
  11528.  
  11529. !*strings.21489:Last Message
  11530.  
  11531. !*strings.21490:First Unread Message
  11532.  
  11533. !*strings.21491:Unread Message
  11534.  
  11535. !*strings.21492:Unread Message
  11536.  
  11537. !*strings.21493:Last Unread
  11538.  
  11539. !*strings.21494:First Flagged Message
  11540.  
  11541. !*strings.21495:Flagged Message
  11542.  
  11543. !*strings.21496:Flagged Message
  11544.  
  11545. !*strings.21497:Last Flagged
  11546.  
  11547. !*strings.21498:Back
  11548.  
  11549. !*strings.21499:Forward
  11550.  
  11551. !*strings.21500:Mark Thread as Read
  11552.  
  11553. !*strings.21501:Mark All Read
  11554.  
  11555. !*strings.21502:Mark Selected Threads Read
  11556.  
  11557. !*strings.21505:Show All Messages
  11558.  
  11559. !*strings.21506:Show Only Unread Messages
  11560.  
  11561. !*strings.21507:All
  11562.  
  11563. !*strings.21508:Include Original Text
  11564.  
  11565. !*strings.21509:From
  11566.  
  11567. !*strings.21510:Reply To
  11568.  
  11569. !*strings.21511:Mail To
  11570.  
  11571. !*strings.21512:Mail CC
  11572.  
  11573. !*strings.21513:Mail BCC
  11574.  
  11575. !*strings.21514:File CC
  11576.  
  11577. !*strings.21515:Newsgroups
  11578.  
  11579. !*strings.21516:Followups To
  11580.  
  11581. !*strings.21517:Subject
  11582.  
  11583. !*strings.21518:Attachment
  11584.  
  11585. !*strings.21519:Send Formatted Text
  11586.  
  11587. !*strings.21520:Queue For Later Delivery
  11588.  
  11589. !*strings.21521:Attach As Text
  11590.  
  11591. !*strings.21522:Flag Messages
  11592.  
  11593. !*strings.21523:Unflag Messages
  11594.  
  11595. !*strings.21524:Ascending
  11596.  
  11597. !*strings.21525:<P><CENTER>\n\
  11598. <TABLE BORDER CELLSPACING=5 CELLPADDING=10 WIDTH="80%%">\n\
  11599. <TR><TD ALIGN=CENTER><FONT SIZE="+1">Truncated!</FONT><HR>\n
  11600.  
  11601. !*strings.21526:<B>This message exceeded the Maximum Message Size set in Preferences,\n\
  11602. so we have only downloaded the first few lines from the mail server.<P>Click <A HREF="
  11603.  
  11604. !*strings.21527:">here</A> to download the rest of the message.</B></TD></TR></TABLE></CENTER>\n
  11605.  
  11606. !*strings.21528:(no headers)
  11607.  
  11608. !*strings.21529:(unspecified)
  11609.  
  11610. !*strings.21530:Macintosh File
  11611.  
  11612. !*strings.21531:The directory %s does not exist.  Mail will not\n\
  11613. work without it.\n\
  11614. \n\
  11615. Create it now?
  11616.  
  11617. !*strings.21532:Save decoded file as:
  11618.  
  11619. !*strings.21533:The file %s has been changed by some other program!\n\
  11620. Overwrite it?
  11621.  
  11622. !*strings.21534:Open News Server
  11623.  
  11624. !*strings.21535:news.announce.newusers
  11625.  
  11626. !*strings.21536:news.newusers.questions
  11627.  
  11628. !*strings.21537:news.answers
  11629.  
  11630. !*strings.21538:Mail: Compacting folder %s...
  11631.  
  11632. !*strings.21539:Mail: Compacting folder %s...Done
  11633.  
  11634. !*strings.21540:Can't open %s. You may not have permission to write to this file.\n\
  11635. Check the permissions and try again.
  11636.  
  11637. !*strings.21541:Save attachment as:
  11638.  
  11639. !*strings.21542:%lu byte%s
  11640.  
  11641. !*strings.21543:
  11642.  
  11643. !*strings.21544:s
  11644.  
  11645. !*strings.21545:%s of %s (%s, %s)
  11646.  
  11647. !*strings.21546:%s of %s (%s)
  11648.  
  11649. !*strings.21547:%s of %s
  11650.  
  11651. !*strings.21548:%s read (%s)
  11652.  
  11653. !*strings.21549:%s read
  11654.  
  11655. !*strings.21550:Mail: Message sent; waiting for reply...
  11656.  
  11657. !*strings.21551:<TITLE>Information about the Netscape global history</TITLE>\n\
  11658. <h2>Global history entries</h2>\n\
  11659. <HR>
  11660.  
  11661. !*strings.21552:%d%%
  11662.  
  11663. !*strings.21553:%s image %dx%d pixels
  11664.  
  11665. !*strings.21554:Couldn't find image of correct URL, size, background, etc.\n\
  11666. in cache:\n\
  11667. %s\n
  11668.  
  11669. !*strings.21555:%d-bit pseudocolor
  11670.  
  11671. !*strings.21556:1-bit monochrome
  11672.  
  11673. !*strings.21557:%d-bit greyscale
  11674.  
  11675. !*strings.21558:%d-bit RGB true color.
  11676.  
  11677. !*strings.21559:Decoded size (bytes):
  11678.  
  11679. !*strings.21560:%u x %u
  11680.  
  11681. !*strings.21561: (scaled from %u x %u)
  11682.  
  11683. !*strings.21562:Image dimensions:
  11684.  
  11685. !*strings.21563:Color:
  11686.  
  11687. !*strings.21564:%d colors
  11688.  
  11689. !*strings.21565:(none)
  11690.  
  11691. !*strings.21566:Colormap:
  11692.  
  11693. !*strings.21567:yes, backdrop visible through transparency
  11694.  
  11695. !*strings.21568:yes, solid color background <tt>#%02x%02x%02x</tt>
  11696.  
  11697. !*strings.21569:no
  11698.  
  11699. !*strings.21570:Transparency:
  11700.  
  11701. !*strings.21571:Comment:
  11702.  
  11703. !*strings.21572:Unknown
  11704.  
  11705. !*strings.21573:Compressing image cache:\n\
  11706. removing %s\n
  11707.  
  11708. !*strings.21574:Add Newsgroup...
  11709.  
  11710. !*strings.21575:Find Again
  11711.  
  11712. !*strings.21576:Send
  11713.  
  11714. !*strings.21577:Send Later
  11715.  
  11716. !*strings.21578:Attach...
  11717.  
  11718. !*strings.21579:Attachments Inline
  11719.  
  11720. !*strings.21580:Attachments as Links
  11721.  
  11722. !*strings.21581:Forward Quoted
  11723.  
  11724. !*strings.21582:Are you sure you want to remove the news server %s\n\
  11725. and all of the newsgroups in it?
  11726.  
  11727. !*strings.21583:All Fields
  11728.  
  11729. !*strings.21584:The `Unsent Messages' folder contains a message which is not\n\
  11730. scheduled for delivery!
  11731.  
  11732. !*strings.21585:The `Unsent Messages' folder contains %d messages which are not\n\
  11733. scheduled for delivery!
  11734.  
  11735. !*strings.21586:\n\
  11736. \n\
  11737. This probably means that some program other than\n\
  11738. Netscape has added messages to this folder.\n
  11739.  
  11740. !*strings.21587:The `Unsent Messages' folder is special; it is only for storing\n\
  11741. messages to be sent later.
  11742.  
  11743. !*strings.21588:\n\
  11744. Therefore, you can't use it as your `Sent' folder.\n\
  11745. \n\
  11746. Please verify that your outgoing messages destination is correct\n\
  11747. in your Mail and News preferences.
  11748.  
  11749. !*strings.21589:An error occurred delivering unsent messages.\n\
  11750. \n\
  11751. %s\n\
  11752. Continue delivery of any remaining unsent messages?
  11753.  
  11754. !*strings.21590:Password for mail user %.100s@%.100s:
  11755.  
  11756. !*strings.21591:%sBookmarks for %s%s
  11757.  
  11758. !*strings.21592:%sPersonal Bookmarks%s
  11759.  
  11760. !*strings.21593:%sAddress book for %s%s
  11761.  
  11762. !*strings.21594:%sPersonal Address book%s
  11763.  
  11764. !*strings.21595:sock: %d   con_sock: %d   protocol: %d\n
  11765.  
  11766. !*strings.21596:URL not found in cache: 
  11767.  
  11768. !*strings.21597:Partial cache entry, getting rest from server:\n
  11769.  
  11770. !*strings.21598:Checking server to verify cache entry\n\
  11771. because force_reload is set:\n
  11772.  
  11773. !*strings.21599:Object has expired, reloading:\n
  11774.  
  11775. !*strings.21600:Checking server to verify cache entry:\n
  11776.  
  11777. !*strings.21601:Checking server to verify cache entry\n\
  11778. because last_modified missing:\n
  11779.  
  11780. !*strings.21602:Netsite:
  11781.  
  11782. !*strings.21603:Location:
  11783.  
  11784. !*strings.21604:File MIME Type:
  11785.  
  11786. !*strings.21605:Currently Unknown
  11787.  
  11788. !*strings.21606:Source:
  11789.  
  11790. !*strings.21607:Currently in disk cache
  11791.  
  11792. !*strings.21608:Currently in memory cache
  11793.  
  11794. !*strings.21609:Not cached
  11795.  
  11796. !*strings.21610:<H1>The window is now inactive</H1>
  11797.  
  11798. !*strings.21611:Local cache file:
  11799.  
  11800. !*strings.21612:none
  11801.  
  11802. !*strings.21613:%A, %d-%b-%y %H:%M:%S Local time
  11803.  
  11804. !*strings.21614:Last Modified:
  11805.  
  11806. !*strings.21615:%A, %d-%b-%y %H:%M:%S GMT
  11807.  
  11808. !*strings.21616:Content Length:
  11809.  
  11810. !*strings.21617:No date given
  11811.  
  11812. !*strings.21618:Expires:
  11813.  
  11814. !*strings.21619:Mac Type:
  11815.  
  11816. !*strings.21620:Mac Creator:
  11817.  
  11818. !*strings.21621:Charset:
  11819.  
  11820. !*strings.21622:Status unknown
  11821.  
  11822. !*strings.21623:Security:
  11823.  
  11824. !*strings.21624:Certificate:
  11825.  
  11826. !*strings.21625:Untitled document
  11827.  
  11828. !*strings.21626:</b></FONT> has the following structure:<p><ul><li>
  11829.  
  11830. !*strings.21627:Page Info
  11831.  
  11832. !*strings.21628:about:editfilenew
  11833.  
  11834. !*strings.21629:file:///Untitled
  11835.  
  11836. !*strings.21630:Brief
  11837.  
  11838. !*strings.21631:Normal
  11839.  
  11840. !*strings.21632:Deleting '%s' will delete all of the messages it contains.\n\
  11841. Are you sure you still want to delete this folder?
  11842.  
  11843. !*strings.21633:The proxy automatic configuration file could not be loaded.\n\
  11844. \n\
  11845. Cannot fail over to using no proxies since your autoconfig url\n\
  11846. is locked.\n\
  11847. See your local system administrator for help.
  11848.  
  11849. !*strings.21634:No proxy automatic configuration file was received.\n\
  11850. \n\
  11851. Cannot fail over to using no proxies since your autoconfig url\n\
  11852. is locked.\n\
  11853. See your local system administrator for help.
  11854.  
  11855. !*strings.21635:There was a problem receiving your proxy autoconfig\n\
  11856. information.  Since your autoconfig URL has been locally\n\
  11857. locked, we cannot failover to allowing no proxies.\n\
  11858. \n\
  11859. See your local system administrator for help.
  11860.  
  11861. !*strings.21636:Import Address Book File...
  11862.  
  11863. !*strings.21637:Export Address Book File...
  11864.  
  11865. !*strings.21638:this bookmark
  11866.  
  11867. !*strings.21639:this entry
  11868.  
  11869. !*strings.21640:%ld seconds
  11870.  
  11871. !*strings.21641:%ld minutes
  11872.  
  11873. !*strings.21642:%ld hours %ld minutes
  11874.  
  11875. !*strings.21643:Main Bookmarks
  11876.  
  11877. !*strings.21644:Address Book
  11878.  
  11879. !*strings.21645:Wrap long lines
  11880.  
  11881. !*strings.21646:Auto Saving %s
  11882.  
  11883. !*strings.21647:Cannot edit non-HTML documents!
  11884.  
  11885. !*strings.21648:subject
  11886.  
  11887. !*strings.21649:sender
  11888.  
  11889. !*strings.21650:body
  11890.  
  11891. !*strings.21651:date
  11892.  
  11893. !*strings.21652:priority
  11894.  
  11895. !*strings.21653:status
  11896.  
  11897. !*strings.21654:to
  11898.  
  11899. !*strings.21655:CC
  11900.  
  11901. !*strings.21656:to or CC
  11902.  
  11903. !*strings.21657:name
  11904.  
  11905. !*strings.21658:e-mail address
  11906.  
  11907. !*strings.21659:phone number
  11908.  
  11909. !*strings.21660:organization
  11910.  
  11911. !*strings.21661:organizational unit
  11912.  
  11913. !*strings.21662:city
  11914.  
  11915. !*strings.21663:street address
  11916.  
  11917. !*strings.21664:size
  11918.  
  11919. !*strings.21665:any text
  11920.  
  11921. !*strings.21666:keyword
  11922.  
  11923. !*strings.21667:contains
  11924.  
  11925. !*strings.21668:doesn't contain
  11926.  
  11927. !*strings.21669:is
  11928.  
  11929. !*strings.21670:isn't
  11930.  
  11931. !*strings.21671:is empty
  11932.  
  11933. !*strings.21672:is before
  11934.  
  11935. !*strings.21673:is after
  11936.  
  11937. !*strings.21674:is higher than
  11938.  
  11939. !*strings.21675:is lower than
  11940.  
  11941. !*strings.21676:begins with
  11942.  
  11943. !*strings.21677:ends with
  11944.  
  11945. !*strings.21678:sounds like
  11946.  
  11947. !*strings.21679:reserved
  11948.  
  11949. !*strings.21680:forward.msg
  11950.  
  11951. !*strings.21681:Your SMTP server does not support the return receipt function \n\
  11952. so your message will be sent without the return receipt request.
  11953.  
  11954. !*strings.21682:age in days
  11955.  
  11956. !*strings.21683:is greater than
  11957.  
  11958. !*strings.21684:is less than
  11959.  
  11960. !*strings.21685:This message cannot be sent because your user name\n\
  11961. could not be determined.\n\
  11962. \n\
  11963. Please check your NIS or YP configuration (if used) and\n\
  11964. the USER and LOGNAME environment variables.
  11965.  
  11966. !*strings.21686:read
  11967.  
  11968. !*strings.21687:replied
  11969.  
  11970. !*strings.21688:Rename selected folder
  11971.  
  11972. !*strings.21689:Draft
  11973.  
  11974. !*strings.21690:Move to folder
  11975.  
  11976. !*strings.21691:Change priority
  11977.  
  11978. !*strings.21692:Delete
  11979.  
  11980. !*strings.21693:Mark read
  11981.  
  11982. !*strings.21694:Ignore thread
  11983.  
  11984. !*strings.21695:Watch thread
  11985.  
  11986. !*strings.21696:forwarded
  11987.  
  11988. !*strings.21697:replied and forwarded
  11989.  
  11990. !*strings.21698:Too many entries found.  Please enter more search criteria.
  11991.  
  11992. !*strings.21700:Read More
  11993.  
  11994. !*strings.21701:Unread Thread
  11995.  
  11996. !*strings.21702:Next Unread Category
  11997.  
  11998. !*strings.21703:Unread Group
  11999.  
  12000. !*strings.21704:By Priority
  12001.  
  12002. !*strings.21705:Call
  12003.  
  12004. !*strings.21706:Type
  12005.  
  12006. !*strings.21707:By Name
  12007.  
  12008. !*strings.21708:By Nickname
  12009.  
  12010. !*strings.21709:By Email Address
  12011.  
  12012. !*strings.21710:By Company
  12013.  
  12014. !*strings.21711:By City
  12015.  
  12016. !*strings.21712:Descending
  12017.  
  12018. !*strings.21713:New Card...
  12019.  
  12020. !*strings.21714:New List...
  12021.  
  12022. !*strings.21715:Card Properties...
  12023.  
  12024. !*strings.21716:Searching %s...
  12025.  
  12026. !*strings.21717:You must enter a list name.
  12027.  
  12028. !*strings.21718:You must enter a first name.
  12029.  
  12030. !*strings.21719:Building summary file for %s...
  12031.  
  12032. !*strings.21720:All
  12033.  
  12034. !*strings.21721:Ignored Threads
  12035.  
  12036. !*strings.21722:Watched Threads with Unread
  12037.  
  12038. !*strings.21723:Threads with Unread
  12039.  
  12040. !*strings.21724:LDAP Directory Entry
  12041.  
  12042. !*strings.21725:Failed to open entry for %s due to LDAP error '%s' (0x%02X)
  12043.  
  12044. !*strings.21726:Failed to open a connection to '%s' due to LDAP error '%s' (0x%02X)
  12045.  
  12046. !*strings.21727:Failed to bind to '%s' due to LDAP error '%s' (0x%02X)
  12047.  
  12048. !*strings.21728:Failed to search '%s' due to LDAP error '%s' (0x%02X)
  12049.  
  12050. !*strings.21729:Failed to modify entry on '%s' due to LDAP error '%s' (0x%02X)
  12051.  
  12052. !*strings.21730:Found %d matches
  12053.  
  12054. !*strings.21731:Are you sure you want to unsubscribe from %s?
  12055.  
  12056. !*strings.21732:Received %ld of %ld headers
  12057.  
  12058. !*strings.21733:No new messages in newsgroup
  12059.  
  12060. !*strings.21734:Received %ld of %ld messages
  12061.  
  12062. !*strings.21735:Mail: Searching mail folders...
  12063.  
  12064. !*strings.21736:Ignore Thread
  12065.  
  12066. !*strings.21737:Ignore Threads
  12067.  
  12068. !*strings.21738:Watch Thread
  12069.  
  12070. !*strings.21739:Watch Threads
  12071.  
  12072. !*strings.21740:Name
  12073.  
  12074. !*strings.21741:Fax
  12075.  
  12076. !*strings.21742:First Name
  12077.  
  12078. !*strings.21743:City
  12079.  
  12080. !*strings.21744:Photograph
  12081.  
  12082. !*strings.21745:Email
  12083.  
  12084. !*strings.21746:Manager
  12085.  
  12086. !*strings.21747:Organization
  12087.  
  12088. !*strings.21748:Object Class
  12089.  
  12090. !*strings.21749:Department
  12091.  
  12092. !*strings.21750:Mailing Address
  12093.  
  12094. !*strings.21751:Administrative Assistant
  12095.  
  12096. !*strings.21752:Last Name
  12097.  
  12098. !*strings.21753:Street
  12099.  
  12100. !*strings.21754:Phone Number
  12101.  
  12102. !*strings.21755:Title
  12103.  
  12104. !*strings.21756:Car License Plate
  12105.  
  12106. !*strings.21757:Business Category
  12107.  
  12108. !*strings.21758:Notes
  12109.  
  12110. !*strings.21759:Department Number
  12111.  
  12112. !*strings.21760:Employee Type
  12113.  
  12114. !*strings.21761:ZIP Code
  12115.  
  12116. !*strings.21762: (secure)
  12117.  
  12118. !*strings.21763:There is no conference address for this person.  Please edit the \n\
  12119. entry and try calling them again.
  12120.  
  12121. !*strings.21764:The local database for %s couldn't be deleted. \n\
  12122. Perhaps you are reading the newsgroup in a message list window. \n\
  12123. Unsubscribe anyway?
  12124.  
  12125. !*strings.21765:Please enter a conferencing address for this person and try to call again.
  12126.  
  12127. !*strings.21766:Please enter an email address for this person and try to call again.
  12128.  
  12129. !*strings.21767:Couldn't find any conferencing software.  Install\n\
  12130. a compatible conferencing product and try again.
  12131.  
  12132. !*strings.21768:The conferencing software is only able to call one person.  Select a single\n\
  12133. entry for a person and try again.
  12134.  
  12135. !*strings.21769:An entry already exists for %s.  Would you like to replace it?
  12136.  
  12137. !*strings.21770:That file name contains illegal characters. Please use a different name.
  12138.  
  12139. !*strings.21771:%s is a virtual newsgroup. If you\n\
  12140. delete it, the server will stop putting messages in the\n\
  12141. newsgroup unless you save your search criteria again.\n\
  12142. \n
  12143.  
  12144. !*strings.21772:Found %ld articles to retrieve
  12145.  
  12146. !*strings.21773:Retrieving %1$ld of %2$ld articles\n\
  12147.   in newsgroup %3$s
  12148.  
  12149. !*strings.21774:Retrieving article %ld
  12150.  
  12151. !*strings.21775:Width = %ld
  12152.  
  12153. !*strings.21776:Height = %ld
  12154.  
  12155. !*strings.21777:(%ld%% of original %s)
  12156.  
  12157. !*strings.21778:(%ld%% of previous %s)
  12158.  
  12159. !*strings.21779:width
  12160.  
  12161. !*strings.21780:height
  12162.  
  12163. !*strings.21781: and 
  12164.  
  12165. !*strings.21782: pixels  
  12166.  
  12167. !*strings.21783:% of window  
  12168.  
  12169. !*strings.21784:State
  12170.  
  12171. !*strings.21785:Domestic
  12172.  
  12173. !*strings.21786:International
  12174.  
  12175. !*strings.21787:Postal
  12176.  
  12177. !*strings.21788:Parcel
  12178.  
  12179. !*strings.21789:Work
  12180.  
  12181. !*strings.21790:Home
  12182.  
  12183. !*strings.21791:Preferred
  12184.  
  12185. !*strings.21792:Voice
  12186.  
  12187. !*strings.21793:Fax
  12188.  
  12189. !*strings.21794:Message
  12190.  
  12191. !*strings.21795:Cellular
  12192.  
  12193. !*strings.21796:Pager
  12194.  
  12195. !*strings.21797:BBS
  12196.  
  12197. !*strings.21798:Modem
  12198.  
  12199. !*strings.21799:Car
  12200.  
  12201. !*strings.21800:ISDN
  12202.  
  12203. !*strings.21801:Video
  12204.  
  12205. !*strings.21802:AOL
  12206.  
  12207. !*strings.21803:Applelink
  12208.  
  12209. !*strings.21804:AT&T Mail
  12210.  
  12211. !*strings.21805:Compuserve
  12212.  
  12213. !*strings.21806:eWorld
  12214.  
  12215. !*strings.21807:Internet
  12216.  
  12217. !*strings.21808:IBM Mail
  12218.  
  12219. !*strings.21809:MCI Mail
  12220.  
  12221. !*strings.21810:Powershare
  12222.  
  12223. !*strings.21811:Prodigy
  12224.  
  12225. !*strings.21812:Telex
  12226.  
  12227. !*strings.21813:Additional Name
  12228.  
  12229. !*strings.21814:Prefix
  12230.  
  12231. !*strings.21815:Suffix
  12232.  
  12233. !*strings.21816:Time Zone
  12234.  
  12235. !*strings.21817:Geographic Position
  12236.  
  12237. !*strings.21818:Sound
  12238.  
  12239. !*strings.21819:Revision
  12240.  
  12241. !*strings.21820:Version
  12242.  
  12243. !*strings.21821:Public Key
  12244.  
  12245. !*strings.21822:Logo
  12246.  
  12247. !*strings.21823:Nickname
  12248.  
  12249. !*strings.21825:Birthday
  12250.  
  12251. !*strings.21826:X400
  12252.  
  12253. !*strings.21827:Address
  12254.  
  12255. !*strings.21828:Label
  12256.  
  12257. !*strings.21829:Mailer
  12258.  
  12259. !*strings.21830:Role
  12260.  
  12261. !*strings.21831:Update From
  12262.  
  12263. !*strings.21832:Conference Software Address
  12264.  
  12265. !*strings.21833:HTML Mail
  12266.  
  12267. !*strings.21834:Add to Personal Address Book
  12268.  
  12269. !*strings.21835:Variable Width
  12270.  
  12271. !*strings.21836:Fixed Width
  12272.  
  12273. !*strings.21837:Helvetica
  12274.  
  12275. !*strings.21838:Arial,Helvetica
  12276.  
  12277. !*strings.21839:Times
  12278.  
  12279. !*strings.21840:Times New Roman,Times
  12280.  
  12281. !*strings.21841:Courier
  12282.  
  12283. !*strings.21842:Courier New,Courier
  12284.  
  12285. !*strings.21843:This document has %ld characters. The Spelling Checker cannot process more than %ld characters.
  12286.  
  12287. !*strings.21844:You cannot paste this much text in a single operation.\n\
  12288. Try pasting the text in several smaller segments.
  12289.  
  12290. !*strings.21845:Delete From All Lists
  12291.  
  12292. !*strings.21846:Adding cards to Netscape address book: %s
  12293.  
  12294. !*strings.21847:Updating Mailing Lists in %s
  12295.  
  12296. !*strings.21848:Import
  12297.  
  12298. !*strings.21849:Copying cards from Netscape address book: %s
  12299.  
  12300. !*strings.21850:Export
  12301.  
  12302. !*strings.21851:Deleting entries from %s
  12303.  
  12304. !*strings.21852:Copying entries to %s
  12305.  
  12306. !*strings.21853:Moving entries to %s
  12307.  
  12308. !*strings.21854:Deleting '%s' will delete its mailing lists and cards.\n\
  12309. Are you sure you still want to delete this address book?
  12310.  
  12311. !*strings.21855:Deleting '%s' will remove this directory.\n\
  12312. Are you sure you still want to delete this directory?
  12313.  
  12314. !*strings.21856:An address book file in your preferences is a developmental database format.\n\
  12315.  The format has since changed and we are not supporting \n\
  12316.  binary import from this format. \n\
  12317.  We're modifying your preferences to use a new file.
  12318.  
  12319. !*strings.21857:Directory
  12320.  
  12321. !*strings.21858:by %s
  12322.  
  12323. !*strings.21859:You must have at least one address book.
  12324.  
  12325. !*strings.21860:Change this action to a copy by holding down the ctrl key
  12326.  
  12327. !*strings.21861:Change this action to a move by holding down the shift key
  12328.  
  12329. !*strings.21862:   
  12330.  
  12331. !*strings.21863:Delete From Address Book
  12332.  
  12333. !*strings.21864:You already have an address book or directory with this name. \n\
  12334. Please enter a different name.
  12335.  
  12336. !*strings.21865:Multiple Matches Found
  12337.  
  12338. !*strings.21866:No match found
  12339.  
  12340. !*strings.21867:All addresses match
  12341.  
  12342. !*strings.21868:All addresses have multiple matches
  12343.  
  12344. !*strings.21869:No matches found
  12345.  
  12346. !*strings.21870:%d multiple matches
  12347.  
  12348. !*strings.21871:%s has multiple matches
  12349.  
  12350. !*strings.21872:%s matches
  12351.  
  12352. !*strings.21873:%d matches found
  12353.  
  12354. !*strings.21874:%s doesn't match
  12355.  
  12356. !*strings.21875:%d do not match
  12357.  
  12358. !*strings.21880:You must save\n\
  12359. %s\n\
  12360. to a local file before editing.\n\
  12361. Save to a file now?
  12362.  
  12363. !*strings.21881:Would you like to add %s to your LDAP preferences?
  12364.  
  12365. !*strings.21882:Card for %s
  12366.  
  12367. !*strings.21883:Subject
  12368.  
  12369. !*strings.21884:Resent-Comments
  12370.  
  12371. !*strings.21885:Resent-Date
  12372.  
  12373. !*strings.21886:Resent-Sender
  12374.  
  12375. !*strings.21887:Resent-From
  12376.  
  12377. !*strings.21888:Resent-To
  12378.  
  12379. !*strings.21889:Resent-CC
  12380.  
  12381. !*strings.21890:Date
  12382.  
  12383. !*strings.21891:Sender
  12384.  
  12385. !*strings.21892:From
  12386.  
  12387. !*strings.21893:Reply-To
  12388.  
  12389. !*strings.21894:Organization
  12390.  
  12391. !*strings.21895:To
  12392.  
  12393. !*strings.21896:CC
  12394.  
  12395. !*strings.21897:Newsgroups
  12396.  
  12397. !*strings.21898:Followup-To
  12398.  
  12399. !*strings.21899:References
  12400.  
  12401. !*strings.21900:Name
  12402.  
  12403. !*strings.21901:Type
  12404.  
  12405. !*strings.21902:Encoding
  12406.  
  12407. !*strings.21903:Description
  12408.  
  12409. !*strings.21904:Failed to initialize news servers. Perhaps your Newsgroup Directory preference is invalid.\n\
  12410.  You will be able to post to newsgroups, but not read them
  12411.  
  12412. !*strings.21905:Sender
  12413.  
  12414. !*strings.21906:All
  12415.  
  12416. !*strings.21907:Messages on %s
  12417.  
  12418. !*strings.21908:Can't move a folder into a folder it contains
  12419.  
  12420. !*strings.21909:%ld new newsgroups have been created on the %s news server.  To view the list\n\
  12421. of new newsgroups, select "Join Newsgroup" and then click on\n\
  12422. the "New Newsgroups" tab.
  12423.  
  12424. !*strings.21910:Searching newsgroup names...
  12425.  
  12426. !*strings.21911:Send Encrypted
  12427.  
  12428. !*strings.21912:Send Cryptographically Signed
  12429.  
  12430. !*strings.21913:Security
  12431.  
  12432. !*strings.21925:Link to Document
  12433.  
  12434. !*strings.21926:<B>Document Info:</B>
  12435.  
  12436. !*strings.21927:In message %s %s wrote:<P>
  12437.  
  12438. !*strings.21928:%s wrote:<P>
  12439.  
  12440. !*strings.21929:unspecified type
  12441.  
  12442. !*strings.21930:This is a cryptographically signed message in MIME format.
  12443.  
  12444. !*strings.21931:Marked %ld messages read
  12445.  
  12446. !*strings.21932:Marked %ld messages read...Done
  12447.  
  12448. !*strings.21933:Message-ID
  12449.  
  12450. !*strings.21934:Resent-Message-ID
  12451.  
  12452. !*strings.21935:BCC
  12453.  
  12454. !*strings.21936:Can't delete the reserved folder '%s'.
  12455.  
  12456. !*strings.21937:Can't search the folder '%s' because it doesn't have a summary file.
  12457.  
  12458. !*strings.21938:New
  12459.  
  12460. !*strings.21939:Personal Address Book
  12461.  
  12462. !*strings.21940:By Status
  12463.  
  12464. !*strings.21941:New
  12465.  
  12466. !*strings.21942:HTML Mail Question
  12467.  
  12468. !*strings.21943:Some of the recipients are not listed as being able to receive HTML\n\
  12469. mail.  Would you like to convert the message to plain text or send it\n\
  12470. in HTML anyway?\n\
  12471. <p>\n\
  12472. <table>\n\
  12473. <tr><td valign=top>\n\
  12474. %-cont-%
  12475.  
  12476. *strings.21942: HTML Mail Question
  12477. *strings.21943: \
  12478. Some of the recipients are not listed as being able to receive HTML mail.\n\
  12479. Would you like to convert the message to plain text or send it in HTML\n\
  12480. anyway?\n\
  12481. <A HREF="file:/var/netscape/communicator/docs/abouttips.html#HTMLmail" TARGET="_blank">Instructions</A> for turning off this dialog.\n\
  12482. <p>\n\
  12483. <table>\n\
  12484. <tr><td valign=top>\n\
  12485. %-cont-%
  12486.  
  12487. !*strings.21944:<input type=radio name=mail value=1 checked>\n\
  12488. </td><td valign=top>\n\
  12489. Send in Plain Text and HTML\n\
  12490. </td></tr><tr><td valign=top>\n\
  12491. <input type=radio name=mail value=2>\n\
  12492. </td><td valign=top>\n\
  12493. %-cont-%
  12494.  
  12495. !*strings.21945:Send in Plain Text Only\n\
  12496. </td></tr><tr><td valign=top>\n\
  12497. <input type=radio name=mail value=3>\n\
  12498. </td><td valign=top>\n\
  12499. Send in HTML Only\n\
  12500. </td></tr>\n\
  12501. </table>\n\
  12502. <center>\n\
  12503. <script>\n\
  12504. %-cont-%
  12505.  
  12506. !*strings.21946:function Doit(value) {\n\
  12507.     document.theform.cmd.value = value;\n\
  12508.     document.theform.submit();\n\
  12509. }\n\
  12510. </script>\n\
  12511. <input type=hidden name=cmd value=-1>\n\
  12512. %-cont-%
  12513.  
  12514. !*strings.21947:<input type=button value="Send" onclick="Doit(0);">\n\
  12515. <input type=button value="Don't Send" onclick="Doit(1);">\n\
  12516. <input type=button value="Recipients..." onclick="Doit(2);">\n\
  12517. %-cont-%
  12518.  
  12519. !*strings.21948:<input type=button value="Help" onclick="Doit(3);">\n\
  12520. <input type=hidden name=button value=0>\n\
  12521. </center>\n
  12522.  
  12523. !*strings.21949:
  12524.  
  12525. !*strings.21950:
  12526.  
  12527. !*strings.21951:
  12528.  
  12529. !*strings.21952:
  12530.  
  12531. !*strings.21953:
  12532.  
  12533. !*strings.21954:<everyone>
  12534.  
  12535. !*strings.21955:HTML Recipients
  12536.  
  12537. !*strings.21956:The recipients and domains below are not listed as being able to read\n\
  12538. HTML messages.  If this listing is incorrect, you may change it below.\n\
  12539. %-cont-%
  12540.  
  12541. !*strings.21957:<p>\n\
  12542. <table>\n\
  12543. <tr>\n\
  12544. <td>Does not prefer HTML</td>\n\
  12545. <td></td>\n\
  12546. <td>Prefers HTML</td>\n\
  12547. </tr>\n\
  12548. <tr>\n\
  12549. <td>\n\
  12550. <select name=nohtml size=7 multiple\n\
  12551. %-cont-%
  12552.  
  12553. !*strings.21958:onChange="SelectAllIn(document.theform.html, false);">\n\
  12554. %1%\n\
  12555. </select>\n\
  12556. </td>\n\
  12557. <td>\n\
  12558. <center>\n\
  12559. <input type=button name=add\n\
  12560. value="Add > >" onclick="DoAdd();">\n\
  12561. %-cont-%
  12562.  
  12563. !*strings.21959:<p>\n\
  12564. <input type=button name=remove\n\
  12565. value="< < Remove" onclick="DoRemove();">\n\
  12566. </center>\n\
  12567. </td>\n\
  12568. <td>\n\
  12569. <select name=html size=7 multiple\n\
  12570. %-cont-%
  12571.  
  12572. !*strings.21960:onChange="SelectAllIn(document.theform.nohtml, false);">\n\
  12573. %2%\n\
  12574. </select>\n\
  12575. </td>\n\
  12576. </tr>\n\
  12577. </table>\n\
  12578. <p>\n\
  12579. <center>\n\
  12580. %-cont-%
  12581.  
  12582. !*strings.21961:<input type=button value=OK onclick="SelectAll(); Doit(0);">\n\
  12583. <input type=button value=Cancel onclick="Doit(1);">\n\
  12584. <input type=button value=Help onclick="Doit(2);">\n\
  12585. %-cont-%
  12586.  
  12587. !*strings.21962:<input type=hidden name=cmd value=-1>\n\
  12588. <input type=hidden name=button value=0>\n\
  12589. </center>\n\
  12590. <script>\n\
  12591. %0%\n\
  12592. </script>\n
  12593.  
  12594. !*strings.21963:
  12595.  
  12596. !*strings.21964:
  12597.  
  12598. !*strings.21965:
  12599.  
  12600. !*strings.21966:
  12601.  
  12602. !*strings.21967:
  12603.  
  12604. !*strings.21968:An Address Book entry with this name and email address already exists.
  12605.  
  12606. !*strings.21969:This Address Book entry is already a member of this list.
  12607.  
  12608. !*strings.21970:Custom 1
  12609.  
  12610. !*strings.21971:Custom 2
  12611.  
  12612. !*strings.21972:Custom 3
  12613.  
  12614. !*strings.21973:Custom 4
  12615.  
  12616. !*strings.21974:Custom 5
  12617.  
  12618. !*strings.21975:Mailing lists can only contain entries from the Personal Address Book.\n\
  12619. Would you like to add %s to the address book?
  12620.  
  12621. !*strings.21976:A mailing list cannot have itself as a member
  12622.  
  12623. !*strings.21977:New Card
  12624.  
  12625. !*strings.21978:New Personal Card
  12626.  
  12627. !*strings.21979:Personal Card for %s
  12628.  
  12629. !*strings.21980:CC: %s
  12630.  
  12631. !*strings.21981:Bcc: %s
  12632.  
  12633. !*strings.21982:To: %s
  12634.  
  12635. !*strings.21983:%s can't be saved. Either the disk is full\n\
  12636. or the file is locked.\n\
  12637. \n\
  12638. Try saving on a different disk or try saving\n\
  12639. %s with a different name.
  12640.  
  12641. !*strings.21984:HEAD call to server failed.\n\
  12642. Upload aborted.
  12643.  
  12644. !*strings.21985:Unable to open address book database file.
  12645.  
  12646. !*strings.21986:A mailing list with this name already exists.
  12647.  
  12648. !*strings.21987:Communicator is unable to import this file into the address book.
  12649.  
  12650. !*strings.21988:Purging newsgroup %s...
  12651.  
  12652. !*strings.21989:Purging newsgroup %s...header %ld
  12653.  
  12654. !*strings.21990:Purging newsgroup %s...article %ld
  12655.  
  12656. !*strings.21991:Purging newsgroup %s...Done
  12657.  
  12658. !*strings.21992:Make sure you specify the entire destination URL.\n\
  12659. e.g. http://somemachine/somedirectory/somefile.html\n\
  12660. \n\
  12661. Try to publish to this URL anyway?
  12662.  
  12663. !*strings.21993:Publish destination is invalid.
  12664.  
  12665. !*strings.21994:Publish destination contains at least one illegal character.
  12666.  
  12667. !*strings.21995:Publish destination must begin with ftp:// or http://
  12668.  
  12669. !*strings.21996:Publish destination ends in a slash.
  12670.  
  12671. !*strings.21997:Publish destination has no file extension.
  12672.  
  12673. !*strings.21998:Source of: 
  12674.  
  12675. !*strings.21999:The server 
  12676.  
  12677. !*strings.22000:\n\
  12678. wishes to set a cookie that will be sent 
  12679.  
  12680. !*strings.22001:\n\
  12681. to any server in the domain 
  12682.  
  12683. !*strings.22002:only back to itself
  12684.  
  12685. !*strings.22003:\n\
  12686. The name and value of the cookie are:\n
  12687.  
  12688. !*strings.22004:\n\
  12689. This cookie will persist until 
  12690.  
  12691. !*strings.22005:\n\
  12692. Do you wish to allow the cookie to be set?
  12693.  
  12694. !*strings.22006:Content Length:
  12695.  
  12696. !*strings.22007:Real Content Length:
  12697.  
  12698. !*strings.22008:Content type:
  12699.  
  12700. !*strings.22009:Local filename:
  12701.  
  12702. !*strings.22010:Last Modified:
  12703.  
  12704. !*strings.22011:Expires:
  12705.  
  12706. !*strings.22012:Last accessed:
  12707.  
  12708. !*strings.22013:Character set:
  12709.  
  12710. !*strings.22014:Secure:
  12711.  
  12712. !*strings.22015:Uses relative path:
  12713.  
  12714. !*strings.22016:From Netsite Server:
  12715.  
  12716. !*strings.22017:Changing the character set may alter some\n\
  12717. of the characters in your document.\n\
  12718. This change is not undoable.\n\
  12719. Are you sure you want to proceed?
  12720.  
  12721. !*strings.22018:The following links could become invalid because\n\
  12722. they refer to files on your local hard disk(s).\n\
  12723. \n\
  12724. %s\n\
  12725. If you're sure you set up the links properly, click\n\
  12726. OK to continue publishing.
  12727.  
  12728. !*strings.22019:%s can't be saved because the disk is full or the\n\
  12729. file is locked. Try saving on a different disk or try saving\n\
  12730. %s with a different name.
  12731.  
  12732. !*strings.22020:\n\
  12733. \n\
  12734. If you continue saving, %s won't be saved with\n\
  12735. this page.
  12736.  
  12737. !*strings.22021:The file %s associated with this page can't be\n\
  12738. saved.  Make sure the file is in the correct location.
  12739.  
  12740. !*strings.22022:The file %s associated with this page can't be\n\
  12741. saved because there is a problem with the file.
  12742.  
  12743. !*strings.22023:There was a problem preparing %s for\n\
  12744. publishing. Netscape couldn't create a temporary file.
  12745.  
  12746. !*strings.22024:\n\
  12747. \n\
  12748. Check to see if your hard disk is full.
  12749.  
  12750. !*strings.22025:There was a problem preparing %s for publishing.\n\
  12751. Netscape couldn't create a temporary file.
  12752.  
  12753. !*strings.22026:\n\
  12754. \n\
  12755. If you continue, %s won't be published with\n\
  12756. this page.
  12757.  
  12758. !*strings.22027:Netscape couldn't prepare the file %s for\n\
  12759. publishing. Make sure the file is in the correct location.
  12760.  
  12761. !*strings.22028:The file %s associated with this page can't\n\
  12762. be published because there is a problem with the file.
  12763.  
  12764. !*strings.22029:There was a problem preparing the message for sending.\n\
  12765. Netscape couldn't create a temporary file.
  12766.  
  12767. !*strings.22030:There was a problem preparing %s for sending.\n\
  12768. Netscape couldn't create a temporary file.
  12769.  
  12770. !*strings.22031:Netscape couldn't prepare the file %s for\n\
  12771. sending. Make sure the file is in the correct location.
  12772.  
  12773. !*strings.22032:The file %s associated with this page can't be\n\
  12774. sent because there is a problem with the file.
  12775.  
  12776. !*strings.22033:\n\
  12777. \n\
  12778. If you continue, %s won't be sent with\n\
  12779. this page.
  12780.  
  12781. !*strings.22034:View Complete Card
  12782.  
  12783. !*strings.22035:View Condensed Card
  12784.  
  12785. !*strings.22036:By Flag
  12786.  
  12787. !*strings.22037:By Unread
  12788.  
  12789. !*strings.22038:By Size
  12790.  
  12791. !*strings.22039:Netscape was unable to connect to the network because\n\
  12792. you are offline.  To reconnect, choose Offline\n\
  12793. from the File Menu and then select Work Online.
  12794.  
  12795. !*strings.22040: 
  12796.  
  12797. !*strings.22041:, 
  12798.  
  12799. !*strings.22042:That item can not be moved to the requested location.
  12800.  
  12801. !*strings.22043:Enter password to protect data being exported:
  12802.  
  12803. !*strings.22044:in %s
  12804.  
  12805. !*strings.22045:in selected items
  12806.  
  12807. !*strings.22046:in offline mail folders
  12808.  
  12809. !*strings.22047:in online mail folders
  12810.  
  12811. !*strings.22048:in subscribed newsgroups
  12812.  
  12813. !*strings.22049:in searchable newsgroups
  12814.  
  12815. !*strings.22050:Default Directory Server
  12816.  
  12817. !*strings.22051:Specific Directory Server
  12818.  
  12819. !*strings.22052:Hostname or IP Address
  12820.  
  12821. !*strings.22053:Conference Software Address
  12822.  
  12823. !*strings.22054:Additional Information:
  12824.  
  12825. !*strings.22055:HTML Domains
  12826.  
  12827. !*strings.22056:<script>\n\
  12828. function DeleteSelected() {\n\
  12829.   selname = document.theform.selname;\n\
  12830.   gone = document.theform.gone;\n\
  12831.   var p;\n\
  12832.   var i;\n\
  12833.   for (i=selname.options.length-1 ; i>=0 ; i--) {\n\
  12834. %-cont-%
  12835.  
  12836. !*strings.22057:    if (selname.options[i].selected) {\n\
  12837.       selname.options[i].selected = 0;\n\
  12838.       gone.value = gone.value + "," + selname.options[i].text;\n\
  12839.       for (j=i ; j<selname.options.length ; j++) {\n\
  12840. %-cont-%
  12841.  
  12842. !*strings.22058:        selname.options[j] = selname.options[j+1];\n\
  12843.       }\n\
  12844.     }\n\
  12845.   }\n\
  12846. }\n\
  12847. %-cont-%
  12848.  
  12849. !*strings.22059:function AddNewDomain() {\n\
  12850.   selname = document.theform.selname;\n\
  12851.   if (document.theform.newDomain.value == "")\n\
  12852.     return;\n\
  12853.   var i;\n\
  12854. %-cont-%
  12855.  
  12856. !*strings.22060:  for (i=0; i<selname.options.length; i++) {\n\
  12857.     if (selname.options[i].text == document.theform.newDomain.value)\n\
  12858.       return;\n\
  12859.   }\n\
  12860.   newName = new Option(\n\
  12861.    document.theform.newDomain.value, document.theform.newDomain.value);\n\
  12862. %-cont-%
  12863.  
  12864. !*strings.22061:   selname.options[selname.options.length] = newName;\n\
  12865.    newlist = document.theform.newdom;\n\
  12866.    newlist.value = newlist.value + "," + newName.value;\n\
  12867. }\n\
  12868. %-cont-%
  12869.  
  12870. !*strings.22062:</script>\n\
  12871. This is a list of domains that can accept HTML mail.  Anyone whose\n\
  12872. e-mail address ends in one of these domains is considered to use a\n\
  12873. mail reader which understands HTML, such as Netscape.<p>\n\
  12874. %-cont-%
  12875.  
  12876. !*strings.22063:You may remove a domain from this list by clicking on it and\n\
  12877. choosing Delete. Add a domain by entering the domain name and\n\
  12878. clicking Add New Domain.<p>\n\
  12879. <select name=selname multiple size=10>\n\
  12880. %0%\n\
  12881. %-cont-%
  12882.  
  12883. !*strings.22064:</select>\n\
  12884. <input type=button value=Delete onclick="DeleteSelected();">\n\
  12885. <BR><input type="text" name="newDomain"\n\
  12886.  SIZE=16 VALUE="" onFocus="this.select()">\n\
  12887. %-cont-%
  12888.  
  12889. !*strings.22065:<input type=button value="Add New Domain" onclick="AddNewDomain()">\n\
  12890. <input type=hidden name=gone value="">\n\
  12891. <input type=hidden name=newdom value="">\n
  12892.  
  12893. !*strings.22066:The newsgroup %s was accepting HTML because all newsgroups whose name\n\
  12894. started with "%s" were marked to accept HTML.  This action will\n\
  12895. reverse that; newsgroups whose name start with "%s" will no longer\n\
  12896. accept HTML.
  12897.  
  12898. !*strings.22067:Folder
  12899.  
  12900. !*strings.22068:The newsgroup %s does not appear to exist on the host %s.\n\
  12901. Would you like to unsubscribe from it?
  12902.  
  12903. !*strings.22079:Show Security Information
  12904.  
  12905. !*strings.22080:Encrypted<BR><NOBR>and Signed</NOBR>
  12906.  
  12907. !*strings.22081:Signed
  12908.  
  12909. !*strings.22082:Encrypted
  12910.  
  12911. !*strings.22083:Certificates
  12912.  
  12913. !*strings.22084:Invalid Signature
  12914.  
  12915. !*strings.22085:Invalid Signature
  12916.  
  12917. !*strings.22086:Invalid Encryption
  12918.  
  12919. !*strings.22087:Invalid Certificates
  12920.  
  12921. !*strings.22088:New Newsgroup
  12922.  
  12923. !*strings.22089:Creates a new category in this newsgroup
  12924.  
  12925. !*strings.22090:There is no email address for %s.
  12926.  
  12927. !*strings.22091:Expired %ld messages
  12928.  
  12929. !*strings.22092:Expired %ld messages...Done
  12930.  
  12931. !*strings.22093:Trash
  12932.  
  12933. !*strings.22094:Inbox
  12934.  
  12935. !*strings.22095:Unsent Messages
  12936.  
  12937. !*strings.22096:Drafts
  12938.  
  12939. !*strings.22097:Sent
  12940.  
  12941. !*strings.22098:New Folder
  12942.  
  12943. !*strings.22099:Rename Folder
  12944.  
  12945. !*strings.22100:Manage Mail Account
  12946.  
  12947. !*strings.22101:Netscape is unable to manage your mail account.\n\
  12948. Please contact your mail account administrator\n\
  12949. or try again later.
  12950.  
  12951. !*strings.22102:Manage Newsgroups
  12952.  
  12953. !*strings.22103:Netscape is unable to locate the socks server:\n\
  12954.   %.200s\n\
  12955. The server does not have a DNS entry.\n\
  12956. \n\
  12957. Check the socks server name in the proxy\n\
  12958. configuration and try again.
  12959.  
  12960. !*strings.22104:An object with that nickname exists.  Please enter a new nickname.
  12961.  
  12962. !*strings.22105:Get New News Articles
  12963.  
  12964. !*strings.22106:Local Mail
  12965.  
  12966. !*strings.22107:%s Newsgroups
  12967.  
  12968. !*strings.22108:%s Receiving: message headers %lu of %lu
  12969.  
  12970. !*strings.22109:%s Receiving: message flags %lu of %lu
  12971.  
  12972. !*strings.22110:Deleting messages...
  12973.  
  12974. !*strings.22111:Deleting message...
  12975.  
  12976. !*strings.22112:Moving messages to %s...
  12977.  
  12978. !*strings.22113:Moving message to %s...
  12979.  
  12980. !*strings.22114:Copying messages %s...
  12981.  
  12982. !*strings.22115:Copying message %s...
  12983.  
  12984. !*strings.22116:Opening folder %s...
  12985.  
  12986. !*strings.22117:Are you sure you want to move %s away from its default \n\
  12987. location? Next time Communicator runs, a new %s folder \n\
  12988. will be created in the default location
  12989.  
  12990. !*strings.22118:Update Message Counts
  12991.  
  12992. !*strings.22119:Deleting %lu of %lu messages
  12993.  
  12994. !*strings.22120:Copying %lu of %lu messages to %s
  12995.  
  12996. !*strings.22121:Moving %lu of %lu messages to %s
  12997.  
  12998. !*strings.22122:Your file was uploaded successfully.
  12999.  
  13000. !*strings.22123:%d files were uploaded successfully.
  13001.  
  13002. !*strings.22124:Mail: delivering message %ld to %s...
  13003.  
  13004. !*strings.22125:Mail: delivering message %ld...
  13005.  
  13006. !*strings.22126:You are doing an unencrypted Forward of a message which was\n\
  13007. encrypted when you received it.  Sending this message unencrypted\n\
  13008. may reduce the level of privacy of the attached message.\n\
  13009. \n\
  13010. Send unencrypted anyway?
  13011.  
  13012. !*strings.22127:\n\
  13013. \n\
  13014. Browse to your default publishing location now?
  13015.  
  13016. !*strings.22128:You can not copy and paste between different\n\
  13017. versions of Netscape Composer or Netscape Gold.
  13018.  
  13019. !*strings.22129:You can not copy and paste between windows with\n\
  13020. different character set encodings.
  13021.  
  13022. !*strings.22130:NFS URLs not internally supported, use an HTTP proxy server: 
  13023.  
  13024. !*strings.22132:Change rule to reflect new folder location?
  13025.  
  13026. !*strings.22133:Disable filter rule for this folder?
  13027.  
  13028. !*strings.22134:Dynamic Fonts
  13029.  
  13030. !*strings.22135:<H2>Installed Font Displayers<HR WIDTH=100%></H2>\n\
  13031.  <FONT SIZE=+0>\n\
  13032.  The font displayers that you have installed and the font formats\n\
  13033.  supported by each, are listed below.
  13034.  
  13035. !*strings.22136:Use the radioboxes to enable or disable a particular format for a\n\
  13036.  particular displayer.<P>
  13037.  
  13038. !*strings.22137:For more information on Netscape Dynamic Fonts, click <a href=http://home.netscape.com/comprod/products/communicator/version_4.0/dynfonts  target=aboutDynamicFonts>here</a><hr>
  13039.  
  13040. !*strings.22138:</FONT>
  13041.  
  13042. !*strings.22139:<TABLE BORDER WIDTH=99%%><TR>\n\
  13043.  <TD COLSPAN=3><B>%s</B><BR>%s<BR>Located at: %s<BR><BR></TD>\n\
  13044.  </TR>
  13045.  
  13046. !*strings.22140:<TABLE BORDER WIDTH=99%%><TR>\n\
  13047.  <TD COLSPAN=3><B>%s</B><BR>%s<BR><BR></TD>\n\
  13048.  </TR>
  13049.  
  13050. !*strings.22141:<TR>\n\
  13051.  <TD WIDTH=33%%><INPUT NAME="%s" TYPE=Radio VALUE="%s" %s><B>%s</B></TD>\n\
  13052.  <TD WIDTH=50%%>%s</TD>\n\
  13053.  <TD>%s</TD>\n\
  13054.  </TR>
  13055.  
  13056. !*strings.22142:</TABLE>\n\
  13057.  <BR>\n\
  13058.  <BR>
  13059.  
  13060. !*strings.22143:<B>No Displayers Installed</B>
  13061.  
  13062. !*strings.22144:Netscape Default Font Displayer
  13063.  
  13064. !*strings.22145:This font displayer handles fonts that are installed on the system.
  13065.  
  13066. !*strings.22146:Outbox
  13067.  
  13068. !*strings.22147:The `Outbox' folder contains a message which is not\n\
  13069. scheduled for delivery!
  13070.  
  13071. !*strings.22148:The `Outbox' folder contains %d messages which are not\n\
  13072. scheduled for delivery!
  13073.  
  13074. !*strings.22149:\n\
  13075. \n\
  13076. This probably means that some program other than\n\
  13077. Netscape has added messages to this folder.\n
  13078.  
  13079. !*strings.22150:The `Outbox' folder is special; it is only for storing\n\
  13080. messages to be sent later.
  13081.  
  13082. !*strings.22151:The local configuration file specified a configuration URL but the AutoAdmin component could not\n\
  13083.  be loaded.  AutoAdmin is required to support remote configuration URLs.  You will be unable to load\n\
  13084.  any remote documents.
  13085.  
  13086. !*strings.22152:Adding to %s: %ld of %ld
  13087.  
  13088. !*strings.22153:<B><FONT COLOR="#808080">      Internal</FONT></B>
  13089.  
  13090. !*strings.22154:File Name to Import
  13091.  
  13092. !*strings.22155:File Name to Export
  13093.  
  13094. !*strings.22156:This document is %ld bytes long. That is too large to be read by a Composer Plug-in. The maximum allowed size is %ld bytes.
  13095.  
  13096. !*strings.22157:The Composer Plug-in tried to create a document that is %ld bytes long. The maximum allowed size is %ld bytes.
  13097.  
  13098. !*strings.22158:S/MIME Encrypted Message
  13099.  
  13100. !*strings.22159:S/MIME Cryptographic Signature
  13101.  
  13102. !*strings.22160:Netscape was unable to start Netcaster.\n\
  13103. Make sure Netcaster is installed correctly.
  13104.  
  13105. !*strings.22161:Composer can't open the URL '%s'.\n\
  13106. \n\
  13107. You must enter an absolute URL or an absolute pathname.\n\
  13108. e.g. 'http://mysystem.com/mydoc.html'
  13109.  
  13110. !*strings.22162:%d-bit %s
  13111.  
  13112. !*strings.22163:Only one operation at a time on this folder is permitted. \n\
  13113. Please wait until the other operation completes and try again.
  13114.  
  13115. !*strings.22164:Are you sure you want to move the selected folders into the Trash?
  13116.  
  13117. !*strings.22165:Netscape is unable to start Netcaster because Java and/or JavaScript are not enabled. \n\
  13118. Please verify that your Advanced Preferences are set correctly and try again.
  13119.  
  13120. !*strings.22170:0,0,0,Default color
  13121.  
  13122. !*strings.22171:255,255,255,#FFFFFF
  13123.  
  13124. !*strings.22172:204,204,204,#CCCCCC
  13125.  
  13126. !*strings.22173:153,153,153,#999999
  13127.  
  13128. !*strings.22174:102,102,102,#666666
  13129.  
  13130. !*strings.22175:51,51,51,#333333
  13131.  
  13132. !*strings.22176:0,0,0,#000000
  13133.  
  13134. !*strings.22177:255,204,204,#FFCCCC
  13135.  
  13136. !*strings.22178:255,102,102,#FF6666
  13137.  
  13138. !*strings.22179:255,0,0,#FF0000
  13139.  
  13140. !*strings.22180:204,0,0,#CC0000
  13141.  
  13142. !*strings.22181:153,0,0,#990000
  13143.  
  13144. !*strings.22182:102,0,0,#660000
  13145.  
  13146. !*strings.22183:51,0,0,#330000
  13147.  
  13148. !*strings.22184:255,204,153,#FFCC99
  13149.  
  13150. !*strings.22185:255,204,51,#FFCC33
  13151.  
  13152. !*strings.22186:255,153,0,#FF9900
  13153.  
  13154. !*strings.22187:255,102,0,#FF6600
  13155.  
  13156. !*strings.22188:204,102,0,#CC6600
  13157.  
  13158. !*strings.22189:153,51,0,#993300
  13159.  
  13160. !*strings.22190:102,51,0,#663300
  13161.  
  13162. !*strings.22191:255,255,204,#FFFFCC
  13163.  
  13164. !*strings.22192:255,255,153,#FFFF99
  13165.  
  13166. !*strings.22193:255,255,0,#FFFF00
  13167.  
  13168. !*strings.22194:255,204,0,#FFCC00
  13169.  
  13170. !*strings.22195:153,153,0,#999900
  13171.  
  13172. !*strings.22196:102,102,0,#666600
  13173.  
  13174. !*strings.22197:51,51,0,#333300
  13175.  
  13176. !*strings.22198:153,255,153,#99FF99
  13177.  
  13178. !*strings.22199:102,255,153,#66FF99
  13179.  
  13180. !*strings.22200:51,255,51,#33FF33
  13181.  
  13182. !*strings.22201:0,204,0,#00CC00
  13183.  
  13184. !*strings.22202:0,153,0,#006600
  13185.  
  13186. !*strings.22203:0,102,0,#006600
  13187.  
  13188. !*strings.22204:0,51,0,#003300
  13189.  
  13190. !*strings.22205:204,255,255,#CCFFFF
  13191.  
  13192. !*strings.22206:102,255,255,#66FFFF
  13193.  
  13194. !*strings.22207:51,204,255,#33CCFF
  13195.  
  13196. !*strings.22208:51,102,255,#3366FF
  13197.  
  13198. !*strings.22209:51,51,255,#3333FF
  13199.  
  13200. !*strings.22210:0,0,153,#000099
  13201.  
  13202. !*strings.22211:0,0,102,#000066
  13203.  
  13204. !*strings.22212:255,204,255,#FFCCFF
  13205.  
  13206. !*strings.22213:255,153,255,#FF99FF
  13207.  
  13208. !*strings.22214:204,102,204,#CC66CC
  13209.  
  13210. !*strings.22215:204,51,204,#CC33CC
  13211.  
  13212. !*strings.22216:153,51,102,#993366
  13213.  
  13214. !*strings.22217:102,51,102,#663366
  13215.  
  13216. !*strings.22218:51,0,51,#330033
  13217.  
  13218. !*strings.22219:
  13219.  
  13220. !*strings.22261:
  13221.  
  13222. !*strings.22262:SmartUpdate failed: Downloaded archive is not a JAR file.
  13223.  
  13224. !*strings.22263:SmartUpdate failed: JAR archive failed security check. %s.
  13225.  
  13226. !*strings.22264:SmartUpdate failed: JAR archive has no installer file information.
  13227.  
  13228. !*strings.22265:SmartUpdate failed: JAR archive is missing an installer file %s.
  13229.  
  13230. !*strings.22266:No automatic configuration file was received.\n\
  13231. \n\
  13232. You will be unable to load and documents from the network.\n\
  13233. See your local system administrator for help.
  13234.  
  13235. !*strings.22267:The automatic configuration file is not of the correct type:\n\
  13236. \n\
  13237.         %s\n\
  13238. \n\
  13239. Expected the MIME type of application/x-javascript-config.
  13240.  
  13241. !*strings.22268:The automatic configuration file could not be loaded.\n\
  13242. \n\
  13243. You will be unable to load any documents from the network.\n\
  13244. See your local system administrator for help.
  13245.  
  13246. !*strings.22269:No automatic configuration file was received.\n\
  13247. \n\
  13248. Will default based on the last configuration.
  13249.  
  13250. !*strings.22270:The backup automatic configuration file had errors.\n\
  13251. \n\
  13252. We will default to the standard configuration.
  13253.  
  13254. !*strings.22271:The automatic configuration file has errors:\n\
  13255. \n\
  13256.         %s\n\
  13257. \n\
  13258. We will default to the standard configuration.
  13259.  
  13260. !*strings.22272:Automatic configuration load was cancelled.\n\
  13261. \n\
  13262. We will default to the standard configuration.
  13263.  
  13264. !*strings.22273:Your certificates have been successfully exported.
  13265.  
  13266. !*strings.22274:Your certificates have been successfully imported.
  13267.  
  13268. !*strings.22275:Enter password protecting data to be imported:
  13269.  
  13270. !*strings.22276:Would you like to add the remaining addresses to the personal address book?
  13271.  
  13272. !*strings.22277:User Certificate
  13273.  
  13274. !*strings.22278:User E-mail Certificate
  13275.  
  13276. !*strings.22279:The Trash already contains a folder named '%s.'\n\
  13277. Please either empty the trash or rename this folder.
  13278.  
  13279. !*strings.22280:The Trash already contained a folder named '%s.'\n\
  13280. The folder which you just deleted can be found in the Trash\n\
  13281. under the new name '%s.'
  13282.  
  13283. !*strings.22281:The current command did not succeed.  The mail server responded:\n\
  13284. %s
  13285.  
  13286. !*strings.22282:Where would you like to install %s?
  13287.  
  13288. !*strings.22283:View Document Source
  13289.  
  13290. !*strings.22284:<H3>No info while document is loading</H3>\n
  13291.  
  13292. !*strings.22285:<LI>Frame: 
  13293.  
  13294. !*strings.22286:Image:
  13295.  
  13296. !*strings.22287:Embed:
  13297.  
  13298. !*strings.22288:Applet:
  13299.  
  13300. !*strings.22289:Background Image: 
  13301.  
  13302. !*strings.22290:<LI>Action URL: 
  13303.  
  13304. !*strings.22291:<LI>Encoding: 
  13305.  
  13306. !*strings.22292:<LI>Method: 
  13307.  
  13308. !*strings.22293:<LI>Layer: 
  13309.  
  13310. !*strings.22294:Some of these attachments contain Macintosh specific information. Using UUENCODE will cause this information to be lost. Continue sending?
  13311.  
  13312. !*strings.22295:Re-enter the password to confirm it:
  13313.  
  13314. !*strings.22296:The passwords entered did not match.  Enter\n\
  13315. the password to protect data being exported:
  13316.  
  13317. !*strings.22297:Creating folder...
  13318.  
  13319. !*strings.22298:Opening folder...
  13320.  
  13321. !*strings.22299:Deleting folder %s...
  13322.  
  13323. !*strings.22300:Renaming folder %s...
  13324.  
  13325. !*strings.22301:Looking for folders...
  13326.  
  13327. !*strings.22302:Subscribing to folder %s...
  13328.  
  13329. !*strings.22303:Unsubscribing from folder %s...
  13330.  
  13331. !*strings.22304:Searching folder...
  13332.  
  13333. !*strings.22305:Getting message info...
  13334.  
  13335. !*strings.22306:Closing folder...
  13336.  
  13337. !*strings.22307:Compacting folder...
  13338.  
  13339. !*strings.22308:Logging out...
  13340.  
  13341. !*strings.22309:Checking mail server capabilities...
  13342.  
  13343. !*strings.22310:Sending login information...
  13344.  
  13345. !*strings.22311:Sending authenticate login information...
  13346.  
  13347. !*strings.22312:SmartUpdate is not complete until you reboot Windows
  13348.  
  13349. !*strings.22313:to Sender Only
  13350.  
  13351. !*strings.22314:untitled
  13352.  
  13353. !*strings.22315:Advance to next unread message in %s?
  13354.  
  13355. !*strings.22316:Sorry, access to the port number given\n\
  13356. has been disabled for security reasons
  13357.  
  13358. !*strings.22317:Lowest
  13359.  
  13360. !*strings.22318:Low
  13361.  
  13362. !*strings.22319:Normal
  13363.  
  13364. !*strings.22320:High
  13365.  
  13366. !*strings.22321:Highest
  13367.  
  13368. !*strings.22322:NONE
  13369.  
  13370. !*strings.22323:Receiving: message totals: %lu of %lu
  13371.  
  13372. !*strings.22324:Please enter your %s and password for access to %s
  13373.  
  13374. !*strings.22325:%s - Receiving: message %lu of %lu
  13375.  
  13376. !*strings.22326:Sorry, Collabra has been disabled;  newsgroup functionality has been turned off.
  13377.  
  13378. !*strings.22327:Downloading message...
  13379.  
  13380. !*strings.22328:Folder creation succeeded, but Netscape was unable to subscribe the new folder.
  13381.  
  13382. !*strings.22329:Folder deletion succeeded, but Netscape was unable to unsubscribe from the folder.
  13383.  
  13384. !*strings.22330:Folder move succeeded, but Netscape was unable to subscribe to the new folder name.
  13385.  
  13386. !*strings.22331:Folder move succeeded, but Netscape was unable to unsubscribe from the old folder name.
  13387.  
  13388. !*strings.22332:Close Window?
  13389.  
  13390. !*strings.22333:Close Window %s?
  13391.  
  13392. !*strings.22334:Your Cookies
  13393.  
  13394. !*strings.22335:Maximum number of cookies allowed:
  13395.  
  13396. !*strings.22336:The number of cookies you have:
  13397.  
  13398. !*strings.22337:Maximum number of cookies per server:
  13399.  
  13400. !*strings.22338:Maximum size of each cookie:
  13401.  
  13402. !*strings.22339:You have no cookies.
  13403.  
  13404. !*strings.22340:Name:
  13405.  
  13406. !*strings.22341:Value:
  13407.  
  13408. !*strings.22342:Host:
  13409.  
  13410. !*strings.22343:Send to host:
  13411.  
  13412. !*strings.22344:any host in the domain from the host above
  13413.  
  13414. !*strings.22345:the above fully qualified host only
  13415.  
  13416. !*strings.22346:Send to path:
  13417.  
  13418. !*strings.22347: (and below)
  13419.  
  13420. !*strings.22348:Secure:
  13421.  
  13422. !*strings.22349:Expires:
  13423.  
  13424. !*strings.22350:at end of session
  13425.  
  13426. !*strings.22351:LDAP Search Results
  13427.  
  13428. !*strings.22352:Javascript Cookie Filter Message:\n
  13429.  
  13430. !*strings.22353:Edit JavaScript Message Filter
  13431.  
  13432. !*strings.22354:New JavaScript Message Filter
  13433.  
  13434. !*strings.22355:<form name=jsfilterdlg_form action=internal-panel-handler method=post> <table width="100%%"> <tr><td colspan=2 bgcolor="#000000">     <font color="#ffffff">JavaScript Message Filter</font> %-cont-%
  13435.  
  13436. !*strings.22356:<tr><td align=right>Filter Name: \n\
  13437.      <td><input name="filter_name" type=text size=30 value="%0%"> %-cont-%
  13438.  
  13439. !*strings.22357:<tr><td align=right>JavaScript Function: \n\
  13440.      <td><input name="filter_script" type=text size=30 value="%1%"> %-cont-%
  13441.  
  13442. !*strings.22358:<tr><td align=right>Description: \n\
  13443.      <td><input name="filter_desc" type=text size=30 value="%2%"> %-cont-%
  13444.  
  13445. !*strings.22359:<tr><td align=right>Filter is \n\
  13446.      <td><input type=radio name=enabled value=on %3%>on<input type=radio name=enabled value=off %4%>off </table></form>
  13447.  
  13448. !*strings.22360:
  13449.  
  13450. !*strings.22361:
  13451.  
  13452. !*strings.22362:
  13453.  
  13454. !*strings.22363:
  13455.  
  13456. !*strings.22364:
  13457.  
  13458. !*strings.22365:Retrieve selected messages
  13459.  
  13460. !*strings.22366:Retrieve flagged messages
  13461.  
  13462. !*strings.22367:Checking IMAP Namespace...
  13463.  
  13464. !*strings.22368:Communicator is unable to replicate the directory because the server's change log information is incomplete.\n\
  13465. The change log information may be invalid or incompatible with Communicator.
  13466.  
  13467. !*strings.22369:Communicator is unable to replicate the directory because the server's replication information is incomplete.\n\
  13468. The server may not support or may not be configured for replication.
  13469.  
  13470. !*strings.22370:Can't replicate at this time.  Netscape may be out of memory or busy.
  13471.  
  13472. !*strings.22371:New Address Book...
  13473.  
  13474. !*strings.22372:New Directory...
  13475.  
  13476. !*strings.22373:Templates
  13477.  
  13478. !*strings.22374:Saving as draft ...
  13479.  
  13480. !*strings.22375:Saving as template ...
  13481.  
  13482. !*strings.22376:Add %s to your Address Book
  13483.  
  13484. !*strings.22377:Enter a name for your new message template.
  13485.  
  13486. !*strings.22378:Note: this Return Receipt only acknowledges that the message was displayed on the recipient's machine. There is no guarantee that the content has been read or understood.
  13487.  
  13488. !*strings.22379:The message has been sent somewhere in some manner (e.g., printed, faxed, forwarded) without being displayed to the person you sent it to. They may or may not see it later.
  13489.  
  13490. !*strings.22380:The message has been processed in some manner (i.e., by some sort of rules or server) without being displayed to the person you sent it to. They may or may not see it later. There may not even be a human user associated the mailbox.
  13491.  
  13492. !*strings.22381:The message has been deleted. The person you sent it to may or may not have seen it. They might "undelete" it at a later time and read it.
  13493.  
  13494. !*strings.22382:The recipient of the message does not wish to send a return receipt back to you.
  13495.  
  13496. !*strings.22383:A failure occurred. A proper return receipt could not be generated or sent to you.
  13497.  
  13498. !*strings.22384:The sender of the message requested a receipt to be returned. \n\
  13499. Do you wish to send one?
  13500.  
  13501. !*strings.22385:Delivering message...
  13502.  
  13503. !*strings.22386:Delivering message... Done
  13504.  
  13505. !*strings.22387:Found folder: %s
  13506.  
  13507. !*strings.22388:Forward Inline
  13508.  
  13509. !*strings.22389:Template
  13510.  
  13511. !*strings.22390:Inbox
  13512.  
  13513. !*strings.22391:The mail server indicates that you may not have any personal mail folders.\n\
  13514. Please verify your subscriptions.
  13515.  
  13516. !*strings.22392:While trying to automatically subscribe, Netscape has found a large number of mail folders.\n\
  13517. Please select which folders you would like subscribed.
  13518.  
  13519. !*strings.22393:Netscape has detected that you have upgraded from a previous version of Communicator.\n\
  13520. You will need to choose which mail folders you want subscribed.
  13521.  
  13522. !*strings.22394:Any folders which are left unsubscribed will not appear in your folder lists,\n\
  13523. but can be subscribed to later by choosing File / Subscribe.
  13524.  
  13525. !*strings.22395:Would you like Netscape to try to automatically subscribe to all your folders?
  13526.  
  13527. !*strings.22396:Please choose which folders you want subscribed in the Subscribe window...
  13528.  
  13529. !*strings.22397:Please wait while Netscape upgrades you to use IMAP mail folder subscriptions...
  13530.  
  13531. !*strings.22398:The upgrade was successful.
  13532.  
  13533. !*strings.22399:You can have multiple mail servers if they are IMAP servers.  You are currently using a POP server.
  13534.  
  13535. !*strings.22400:Are you sure you want to delete this server?
  13536.  
  13537. !*strings.22401:Getting folder ACL...
  13538.  
  13539. !*strings.22402:Click here to remove all expired articles
  13540.  
  13541. !*strings.22403:Return Receipt (displayed)
  13542.  
  13543. !*strings.22404:Return Receipt (dispatched)
  13544.  
  13545. !*strings.22405:Return Receipt (processed)
  13546.  
  13547. !*strings.22406:Return Receipt (deleted)
  13548.  
  13549. !*strings.22407:Return Receipt (denied)
  13550.  
  13551. !*strings.22408:Return Receipt (failed)
  13552.  
  13553. !*strings.22409:Getting Server Configuration Info...
  13554.  
  13555. !*strings.22410:Getting Mailbox Configuration Info...
  13556.  
  13557. !*strings.22411:This body part will be downloaded on demand.
  13558.  
  13559. !*strings.22412:IMAP Error: The message could not be saved due to an error.
  13560.  
  13561. !*strings.22413:IMAP Error: The online folder information could not be retrieved.
  13562.  
  13563. !*strings.22414:Login failed.
  13564.  
  13565. !*strings.22415:Please enter some text to search for and try again.
  13566.  
  13567. !*strings.22416:Unverified Signature
  13568.  
  13569. !*strings.22417:Full Control
  13570.  
  13571. !*strings.22418:Lookup
  13572.  
  13573. !*strings.22419:Read
  13574.  
  13575. !*strings.22420:Set Read/Unread State
  13576.  
  13577. !*strings.22421:Write
  13578.  
  13579. !*strings.22422:Insert (Copy Into)
  13580.  
  13581. !*strings.22423:Post
  13582.  
  13583. !*strings.22424:Create Subfolder
  13584.  
  13585. !*strings.22425:Delete Messages
  13586.  
  13587. !*strings.22426:Administer Folder
  13588.  
  13589. !*strings.22427:Personal Folder
  13590.  
  13591. !*strings.22428:Personal Folder
  13592.  
  13593. !*strings.22429:Public Folder
  13594.  
  13595. !*strings.22430:Other User's Folder
  13596.  
  13597. !*strings.22431:This is a personal mail folder.  It is not shared.
  13598.  
  13599. !*strings.22432:This is a personal mail folder.  It has been shared.
  13600.  
  13601. !*strings.22433:This is a public folder.
  13602.  
  13603. !*strings.22434:This is a mail folder shared by the user '%s'.
  13604.  
  13605. !*strings.22435:Unknown
  13606.  
  13607. !*strings.22436:Password entered doesn't match last password used with server.
  13608.  
  13609. !*strings.22437:You have not entered a password or have exceeded the number of password attempts allowed.
  13610.  
  13611. !*strings.22438:Are you sure you want to remove the mail host %s?
  13612.  
  13613. !*strings.22439:Verify Signature
  13614.  
  13615. !*strings.22440:Toggle Attachment Pane
  13616.  
  13617. !*strings.22441:Download Status
  13618.  
  13619. !*strings.22442:Not downloaded with message
  13620.  
  13621. !*strings.22443:Show all recipients
  13622.  
  13623. !*strings.22444:The Newsgroups header is not valid
  13624.  
  13625. !*strings.22445:To choose which online mail folders are displayed by default in your folder list, select File / Subscribe.\n\
  13626. Folders left unsubscribed can be subscribed later.
  13627.  
  13628. !*strings.22446:Show short recipient list
  13629.  
  13630. !*strings.22447:.* (%ld groups)
  13631.  
  13632. !*strings.22448: (%ld subfolder)
  13633.  
  13634. !*strings.22449: (%ld subfolders)
  13635.  
  13636. !*strings.22452:Waiting for connection to folder %s
  13637.  
  13638. !*strings.22453:Password for IMAP user %.100s on %.100s:
  13639.  
  13640. !*strings.22454:In the future, you can select which messages or folders to read offline. To do \n\
  13641. this, choose Offline from the file menu and then select Synchronize. You can \n\
  13642. adjust the Disk Space preference to prevent the downloading of large messages.
  13643.  
  13644. !*strings.22455:Communicator can only send a message to one news server at a time.
  13645.  
  13646. !*strings.22456:Please wait while Messenger rebuilds summary information \n\
  13647.        about mail folders and newsgroups.
  13648.  
  13649. !*strings.22457:The Followup-To header is not valid
  13650.  
  13651. !*strings.22460:About Related Items
  13652.  
  13653. !*strings.22461:Detailed List...
  13654.  
  13655. !*strings.22462:Retrieving data
  13656.  
  13657. !*strings.22463:Nothing available
  13658.  
  13659. !*strings.22464:Disabled for this site
  13660.  
  13661. !*strings.22465:Replicating Directory
  13662.  
  13663. !*strings.22466:Connecting to directory server...
  13664.  
  13665. !*strings.22467:Replicating directory change entry %d
  13666.  
  13667. !*strings.22468:Replicating directory entry %d
  13668.  
  13669. !*strings.22469:Mail id invalid or not unique, cannot resolve to directory authorization entry.
  13670.  
  13671. !*strings.22470:SmartUpdate\n\
  13672. Configure software installation
  13673.  
  13674. !*strings.22471:Uninstall 
  13675.  
  13676. !*strings.22472:Are you sure you want to uninstall %s?
  13677.  
  13678. !*strings.22473:Error in uninstall
  13679.  
  13680. !*strings.22474:SmartUpdate: Downloading Install
  13681.  
  13682. !*strings.22475:Location: %s
  13683.  
  13684. !*strings.22476:Communicator is unable to update your %s replica.\n\
  13685. The data is either too old or is corrupt.  Do you want to recreate the replica?
  13686.  
  13687. !*strings.22477:Updating Netscape Client Registry
  13688.  
  13689. !*strings.22478:Communicator is updating your Netscape registry.
  13690.  
  13691. !*strings.22479:%d bytes of %d bytes
  13692.  
  13693. !*strings.22480:SmartUpdate: %s
  13694.  
  13695. !*strings.22481:Unpacking files for installation
  13696.  
  13697. !*strings.22482:Installing...
  13698.  
  13699. !*strings.22483:This is a Return Receipt for the mail that you sent to %s.
  13700.  
  13701. !*strings.22484:Please enter your password for access to %s
  13702.  
  13703. !*strings.22485:SmartUpdate failed: There is not enough disk space to complete this operation.
  13704.  
  13705. !*strings.22486:If this directory supports replication, click the Update Now button to start the process now.  Or, select the directory for downloading when you synchronize for working offline.
  13706.  
  13707. !*strings.22487:Group
  13708.  
  13709. !*strings.22488:Unread Folder
  13710.  
  13711. !*strings.22489:Unread Group
  13712.  
  13713. !*strings.22490:SmartUpdate warning:\n\
  13714. \n\
  13715. You are running low on disk space.  This install may not complete successfully.  Do you want to continue?
  13716.  
  13717. !*strings.22491:Retrieving %1$ld of %2$ld messages\n\
  13718.   in folder %3$s
  13719.  
  13720. !*strings.22492:There was a problem receiving your Javascript configuration file.\n\
  13721. As a result, you will not be able to connect to the network.\n\
  13722. \n\
  13723. See your local system administrator for help.
  13724.  
  13725. !*strings.22493:The Javascript configuration file has errors:\n\
  13726. \n\
  13727.         %s\n\
  13728. \n\
  13729. Use the configuration from the previous session instead?
  13730.  
  13731. !*strings.22494:The backup Javascript configuration file was absent or had errors.\n\
  13732. \n\
  13733. We will default to the standard configuration.
  13734.  
  13735. !*strings.22501:Keep Server File
  13736.  
  13737. !*strings.22502:Keep Local File
  13738.  
  13739. !*strings.22503:Delete Server File
  13740.  
  13741. !*strings.22504:Delete Local File
  13742.  
  13743. !*strings.22505:Download conflict
  13744.  
  13745. !*strings.22506:Upload conflict
  13746.  
  13747. !*strings.22507:Local and server copies of %s are in conflict.\n\
  13748. \n\
  13749. \n\
  13750.       Local file last modified : %s\n\
  13751. \n\
  13752.       Server file last modified : %s
  13753.  
  13754. !*strings.22508:%s has been deleted locally.
  13755.  
  13756. !*strings.22509:%s has been deleted on the server.
  13757.  
  13758. !*strings.22510:File Deleted
  13759.  
  13760. !*strings.22511:Your new Roaming Access preference\n\
  13761. will take effect the next time\n\
  13762. you restart Communicator.
  13763.  
  13764. !*strings.22512:An authorization error occurred,\n\
  13765. please try retyping your username and password.
  13766.  
  13767. !*strings.22513:The Roaming Access server name specified does not exist,\n\
  13768. please check the spelling and try again.
  13769.  
  13770. !*strings.22514:An unexpected network error occurred.\n\
  13771. Cannot connect to the Roaming Access server.
  13772.  
  13773. !*strings.22518:Roaming Access
  13774.  
  13775. !*strings.22519:User Preferences
  13776.  
  13777. !*strings.22520:Mail Filters
  13778.  
  13779. !*strings.22521:History
  13780.  
  13781. !*strings.22522:Bookmarks File
  13782.  
  13783. !*strings.22523:Cookies File
  13784.  
  13785. !*strings.22524:Certificates and Private Keys (Certificate Database)
  13786.  
  13787. !*strings.22525:Certificates and Private Keys (Personal Key Database)
  13788.  
  13789. !*strings.22526:Certificates and Private Keys (Security Module)
  13790.  
  13791. !*strings.22527:Java Security (Signed Applet DB)
  13792.  
  13793. !*strings.22528:Java Security (Signed Applet DB 0)
  13794.  
  13795. !*strings.22529:Address Book
  13796.  
  13797. !*strings.22530:Synchronizing item %d of %d.
  13798.  
  13799. !*strings.22531:To be able to synchronize your roaming access\n\
  13800. profile information, remember to go back online\n\
  13801. before exiting Communicator
  13802.  
  13803. !*strings.22532:To be able to synchronize your roaming access\n\
  13804. profile information, remember to go back online\n\
  13805. before quitting Communicator
  13806.  
  13807. !*strings.22533:An authorization error occurred,\n\
  13808. please try retyping your password.
  13809.  
  13810. !*strings.22534:Contacting host...
  13811.  
  13812. !*strings.22535:Download from server in progress
  13813.  
  13814. !*strings.22536:Verifying login
  13815.  
  13816. !*strings.22537:You must specify a username to successfully\n\
  13817. log in to the Roaming Access server.\n\
  13818. Open the Roaming Access preferences pane to enable\n\
  13819. Roaming Access and enter your User Name.
  13820.  
  13821. !*strings.22538:You must specify a valid URL to successfully\n\
  13822. log in to the Roaming Access server.\n\
  13823. Open the Roaming Access - Server Information preferences\n\
  13824. pane to enable Roaming Access and enter the server's URL.
  13825.  
  13826. !*strings.22539:You must specify a username to successfully\n\
  13827. log in to the Roaming Access server.\n\
  13828. Files will not be transferred to the server this session.\n\
  13829. Open the Roaming Access preferences pane to enter your User Name.
  13830.  
  13831. !*strings.22540:You must specify a valid server URL to successfully\n\
  13832. log in to the Roaming Access server.
  13833.  
  13834. !*strings.22541:Upload to server in progress.
  13835.  
  13836. !*strings.22542:Uploading all items
  13837.  
  13838. !*strings.22543:Uploading folder
  13839.  
  13840. !*strings.22544:Removing remote file
  13841.  
  13842. !*strings.22545:Downloading folder
  13843.  
  13844. !*strings.22546:Removing local file
  13845.  
  13846. !*strings.22547:You must specify a username to successfully\n\
  13847. log in to the Roaming Access server.\n
  13848.  
  13849. !*strings.22551:Error
  13850.  
  13851. !*strings.22552:Published Event
  13852.  
  13853. !*strings.22553:Published Free/Busy
  13854.  
  13855. !*strings.22554:Reply Free/Busy
  13856.  
  13857. !*strings.22555:Event Request
  13858.  
  13859. !*strings.22556:Free/Busy Time Request
  13860.  
  13861. !*strings.22557:Event Reply
  13862.  
  13863. !*strings.22558:Event Cancellation
  13864.  
  13865. !*strings.22559:Event Refresh Request
  13866.  
  13867. !*strings.22560:Event Counter Proposal
  13868.  
  13869. !*strings.22561:Decline Counter Proposal
  13870.  
  13871. !*strings.22562:What:
  13872.  
  13873. !*strings.22563:When:
  13874.  
  13875. !*strings.22564:Location:
  13876.  
  13877. !*strings.22565:Organizer:
  13878.  
  13879. !*strings.22566:Status:
  13880.  
  13881. !*strings.22567:Priority:
  13882.  
  13883. !*strings.22568:Categories:
  13884.  
  13885. !*strings.22569:Resources:
  13886.  
  13887. !*strings.22570:Attachments:
  13888.  
  13889. !*strings.22571:Alarms:
  13890.  
  13891. !*strings.22572:Created:
  13892.  
  13893. !*strings.22573:Last Modified:
  13894.  
  13895. !*strings.22574:Sent:
  13896.  
  13897. !*strings.22575:UID
  13898.  
  13899. !*strings.22577:Legend:
  13900.  
  13901. !*strings.22578:free
  13902.  
  13903. !*strings.22579:busy
  13904.  
  13905. !*strings.22580:unknown
  13906.  
  13907. !*strings.22581:undefined
  13908.  
  13909. !*strings.22582: AM
  13910.  
  13911. !*strings.22583: PM
  13912.  
  13913. !*strings.22584:More Details...
  13914.  
  13915. !*strings.22585:Add To Schedule
  13916.  
  13917. !*strings.22586:Close
  13918.  
  13919. !*strings.22587:Accept
  13920.  
  13921. !*strings.22588:Accept All
  13922.  
  13923. !*strings.22589:Update Schedule
  13924.  
  13925. !*strings.22590:Decline
  13926.  
  13927. !*strings.22591:Tentative
  13928.  
  13929. !*strings.22592:Send Free/Busy Time Infomation
  13930.  
  13931. !*strings.22593:Send Refresh
  13932.  
  13933. !*strings.22594:Delegate to
  13934.  
  13935. !*strings.22595:This event is already in your schedule\n
  13936.  
  13937. !*strings.22596:This event is not yet in your schedule\n
  13938.  
  13939. !*strings.22597:Conflicts:
  13940.  
  13941. !*strings.22598:Note:
  13942.  
  13943. !*strings.22599:<FONT COLOR=#FF0000>Error:</FONT>
  13944.  
  13945. !*strings.22600: to 
  13946.  
  13947. !*strings.22601: ( Day Event) 
  13948.  
  13949. !*strings.22602: Begins on 
  13950.  
  13951. !*strings.22603:Was
  13952.  
  13953. !*strings.22614:Published Calendar Events
  13954.  
  13955. !*strings.22615:Published Calendar Free/Busy
  13956.  
  13957. !*strings.22616:This messages contains %d events.
  13958.  
  13959. !*strings.22617:When
  13960.  
  13961. !*strings.22618:What
  13962.  
  13963. !*strings.22619:: 
  13964.  
  13965. !*strings.22620:There are also %d other errors
  13966.  
  13967. !*strings.22621:Display limited to the first %d events.
  13968.  
  13969. !*strings.22622:Unknown
  13970.  
  13971. !*strings.22623:DTEnd before DTStart.  Setting DTEnd equal to DTStart
  13972.  
  13973. !*strings.22624:Prompt value must be ON or OFF
  13974.  
  13975. !*strings.22625:Cannot parse time/date string
  13976.  
  13977. !*strings.22626:Recurrence rules are too complicated.  Only the first instance was scheduled
  13978.  
  13979. !*strings.22627:Invalid property value
  13980.  
  13981. !*strings.22628:Invalid property name
  13982.  
  13983. !*strings.22629:Invalid parameter name
  13984.  
  13985. !*strings.22700:The required configuration file %s could not be found.  Please reinstall the software or contact your administrator.
  13986.  
  13987. !*strings.22701:The required configuration file %s is invalid.  Please reinstall the software or contact your administrator.
  13988.  
  13989. !*strings.22702:An error occurred while reading the preference file %s.  Default preferences will be used.
  13990.  
  13991. !*strings.22703:Communicator could not retrieve preferences from the directory server %s because an authentication error occurred.  Try retyping your password or contact your system administrator for more information.
  13992.  
  13993. !*strings.22704:Communicator could not connect to the directory server %s to retrieve preference information.  The server may be down or busy.  Some preferences were retrieved using previously cached information.\n\
  13994. \n\
  13995. If this error persists, contact your system administrator.
  13996.  
  13997. !*strings.22705:Communicator could not retrieve preferences from the directory server %s because the preference map could not be found.  Some preferences were retrieved using previously cached information.\n\
  13998. \n\
  13999. If this error persists, contact your system administrator.
  14000.  
  14001. !*strings.22706:Communicator could not retrieve preferences from the directory server %s because your directory entry could not be found.  Some preferences were retrieved using previously cached information.\n\
  14002. \n\
  14003. If this error persists, contact your system administrator.
  14004.  
  14005. !*strings.22707:Your new passwords did not match.  Please retype your new password in both fields.  If you do not want to password protect your profile, leave both fields blank.
  14006.  
  14007. !*strings.22709:Communicator could not complete your request because the profile manager encountered an unexpected error.
  14008.  
  14009. !*strings.22710:The profile '%s' requires a password.  Enter your password to login into your Roaming Access Profile and retrieve your profile information.
  14010.  
  14011. !*strings.22711:Please enter your password to retrieve preferences from the directory server %s.
  14012.  
  14013. !*strings.22712:The profile '%s' requires a password. In order to continue, please enter your local profile password.
  14014.  
  14015. !*strings.22713:Another profile already exists with that name.  Please choose a different profile name.
  14016.  
  14017. !*strings.22714:You must enter a new profile password to continue.
  14018.  
  14019. !*strings.22715:Guest
  14020.  
  14021. !*strings.8000:End of List
  14022.  
  14023. !*strings.8001:Entire List
  14024.  
  14025. !*strings.8003:Save As... (type %.90s, encoding %.90s)
  14026.  
  14027. !*strings.8004:Save As... (type %.90s)
  14028.  
  14029. !*strings.8005:Save As... (encoding %.90s)
  14030.  
  14031. !*strings.8006:Save As...
  14032.  
  14033. !*strings.8007:Error opening %.900s:
  14034.  
  14035. !*strings.8008:Error deleting %.900s:
  14036.  
  14037. !*strings.8009:When connected, log in as user `%.900s'
  14038.  
  14039. !*strings.8010:Out Of Memory -- Can't Open URL
  14040.  
  14041. !*strings.8011:couldn't load:\n\
  14042. %s
  14043.  
  14044. !*strings.8012:%s\n\
  14045. No other resources were reasonable!\n\
  14046. Using fallback font "%s" instead.
  14047.  
  14048. !*strings.8013:%s\n\
  14049. No other resources were reasonable!\n\
  14050. The fallback font "%s" could not be loaded!\n\
  14051. Giving up.
  14052.  
  14053. !*strings.8014:Bookmarks file has changed on disk: discard your changes?
  14054.  
  14055. !*strings.8015:Bookmarks file has changed on disk: reload it?
  14056.  
  14057. !*strings.8016:New Item
  14058.  
  14059. !*strings.8017:New Header
  14060.  
  14061. !*strings.8018:Remove category "%.900s" and its %d entry?
  14062.  
  14063. !*strings.8019:Remove category "%.900s" and its %d entries?
  14064.  
  14065. !*strings.8020:Export Bookmark
  14066.  
  14067. !*strings.8021:Import Bookmark
  14068.  
  14069. !*strings.8022:This version supports %s security with %s.
  14070.  
  14071. !*strings.8023:Security disabled
  14072.  
  14073. !*strings.8024:file:/usr/local/lib/netscape/docs/Welcome.html
  14074.  
  14075. !*strings.8025:Document: Done.
  14076.  
  14077. !*strings.8026:Open File
  14078.  
  14079. !*strings.8027:Error opening pipe to %.900s
  14080.  
  14081. !*strings.8028:Warning:\n\
  14082. \n
  14083.  
  14084. !*strings.8029:%s "%.255s" does not exist.\n
  14085.  
  14086. !*strings.8030:%s "%.255s" is unknown.\n
  14087.  
  14088. !*strings.8031:No port number specified for %s.\n
  14089.  
  14090. !*strings.8032:Mail host
  14091.  
  14092. !*strings.8033:News host
  14093.  
  14094. !*strings.8034:News RC directory
  14095.  
  14096. !*strings.8035:Temporary directory
  14097.  
  14098. !*strings.8036:FTP proxy host
  14099.  
  14100. !*strings.8037:Gopher proxy host
  14101.  
  14102. !*strings.8038:HTTP proxy host
  14103.  
  14104. !*strings.8039:HTTPS proxy host
  14105.  
  14106. !*strings.8040:WAIS proxy host
  14107.  
  14108. !*strings.8041:SOCKS host
  14109.  
  14110. !*strings.8042:Global MIME types file
  14111.  
  14112. !*strings.8043:Private MIME types file
  14113.  
  14114. !*strings.8044:Global mailcap file
  14115.  
  14116. !*strings.8045:Private mailcap file
  14117.  
  14118. !*strings.8046:Cannot delete toplevel bookmark
  14119.  
  14120. !*strings.8047:Cannot cut toplevel bookmark
  14121.  
  14122. !*strings.8048:This is an alias to the following Bookmark:
  14123.  
  14124. !*strings.8049:File Open...
  14125.  
  14126. !*strings.8050:Printing of frames is currently not supported.
  14127.  
  14128. !*strings.8051:error saving options
  14129.  
  14130. !*strings.8052:unknown %s escape code %%%c:\n\
  14131. %%h = host, %%p = port, %%u = user
  14132.  
  14133. !*strings.8053:couldn't fork():
  14134.  
  14135. !*strings.8054:%s: execvp(%s) failed
  14136.  
  14137. !*strings.8055:Save Frame as...
  14138.  
  14139. !*strings.8057:Print Frame...
  14140.  
  14141. !*strings.8058:Print...
  14142.  
  14143. !*strings.8059:Download File: %s
  14144.  
  14145. !*strings.8060:Compose: (No Subject)
  14146.  
  14147. !*strings.8061:Compose: %s
  14148.  
  14149. !*strings.8062:Netscape: <untitled>
  14150.  
  14151. !*strings.8063:Netscape: %s
  14152.  
  14153. !*strings.8064:(no subject)
  14154.  
  14155. !*strings.8065:unknown error code %d
  14156.  
  14157. !*strings.8066:Invalid File attachment.\n\
  14158. %s: doesn't exist.\n
  14159.  
  14160. !*strings.8067:Invalid File attachment.\n\
  14161. %s: not readable.\n
  14162.  
  14163. !*strings.8068:Invalid File attachment.\n\
  14164. %s: is a directory.\n
  14165.  
  14166. !*strings.8069:couldn't fork() for movemail
  14167.  
  14168. !*strings.8070:problems executing %s:
  14169.  
  14170. !*strings.8071:%s terminated abnormally:
  14171.  
  14172. !*strings.8072:Unable to open %.900s
  14173.  
  14174. !*strings.8073:Please enter your news host in one\n\
  14175. of the following formats:\n\
  14176. \n\
  14177.     news://HOST,\n\
  14178.     news://HOST:PORT,\n\
  14179.     snews://HOST, or\n\
  14180.     snews://HOST:PORT\n\
  14181. \n
  14182.  
  14183. !*strings.8074:For the internal movemail method to work, we must be able to create\n\
  14184. lock files in the mail spool directory.  On many systems, this is best\n\
  14185. accomplished by making that directory be mode 01777.  If that is not\n\
  14186. possible, then an external setgid/setuid movemail program must be used.\n\
  14187. Please see the Release Notes for more information.
  14188.  
  14189. !*strings.8075:Can't move mail from %.200s
  14190.  
  14191. !*strings.8076:Can't get new mail; a lock file %.200s exists.
  14192.  
  14193. !*strings.8077:Can't get new mail; unable to create lock file %.200s
  14194.  
  14195. !*strings.8078:Can't get new mail; a system error occurred.
  14196.  
  14197. !*strings.8079:Can't move mail; unable to open %.200s
  14198.  
  14199. !*strings.8080:Can't move mail; unable to read %.200s
  14200.  
  14201. !*strings.8081:Can't move mail; unable to write to %.200s
  14202.  
  14203. !*strings.8082:There were problems moving mail
  14204.  
  14205. !*strings.8083:There were problems moving mail: exit status %d
  14206.  
  14207. !*strings.8134:There were problems cleaning up %s
  14208.  
  14209. !*strings.8085:%s\n\
  14210. usage: %s [ options ... ]\n\
  14211.        where options include:\n\
  14212. \n\
  14213.        -help                     to show this message.\n\
  14214.        -version                  to show the version number and build date.\n\
  14215.        -display <dpy>            to specify the X server to use.\n\
  14216.        -geometry =WxH+X+Y        to position and size the window.\n\
  14217.        -visual <id-or-number>    to use a specific server visual.\n\
  14218.        -install                  to install a private colormap.\n\
  14219.        -no-install               to use the default colormap.\n
  14220.  
  14221. !*strings.8154:       -share                    when -install, cause each window to use the\n\
  14222.                                  same colormap instead of each window using\n\
  14223.                                  a new one.\n\
  14224.        -no-share                 cause each window to use the same colormap.\n
  14225.  
  14226. !*strings.8086:       -ncols <N>                when not using -install, set the maximum\n\
  14227.                                  number of colors to allocate for images.\n\
  14228.        -mono                     to force 1-bit-deep image display.\n\
  14229.        -iconic                   to start up iconified.\n\
  14230.        -xrm <resource-spec>      to set a specific X resource.\n\
  14231. \n\
  14232.        -remote <remote-command>  to execute a command in an already-running\n\
  14233.                                  Netscape process.  For more info, see\n\
  14234.               http://home.netscape.com/newsref/std/x-remote.html\n\
  14235.        -id <window-id>           the id of an X window to which the -remote\n\
  14236.                                  commands should be sent; if unspecified,\n\
  14237.                                  the first window found will be used.\n\
  14238.        -raise                    whether following -remote commands should\n\
  14239.                                  cause the window to raise itself to the top\n\
  14240.                                  (this is the default.)\n\
  14241.        -noraise                  the opposite of -raise: following -remote\n\
  14242.                                  commands will not auto-raise the window.\n\
  14243. \n\
  14244.        -nethelp                  Show nethelp.  Requires nethelp: URL.\n\
  14245. \n\
  14246.        -dont-force-window-stacking  Ignore the alwaysraised, alwayslowered \n\
  14247.                                     and z-lock JavaScript window.open() \n\
  14248.                                     attributes.\n\
  14249. \n\
  14250.        -no-about-splash          Bypass the startup license page.\n\
  14251. \n\
  14252.        -no-session-management\n\
  14253.        -session-management       Netscape supports session management\n\
  14254.                                  by default.  Use these flags to force\n\
  14255.                                  it on/off.\n\
  14256. \n\
  14257.        -no-irix-session-management\n\
  14258.        -irix-session-management  Different platforms deal with session\n\
  14259.                                  management in fundamentally different\n\
  14260.                                  ways.  Use these flags if you experience\n\
  14261.                                  session management problems.\n\
  14262. \n\
  14263.                                  IRIX session management is on by default\n\
  14264.                                  only on SGI systems.  It is also available\n\
  14265.                                  on other platforms and might work with\n\
  14266.                                  session managers other than the IRIX\n\
  14267.                                  desktop.\n\
  14268. \n\
  14269.        -dont-save-geometry-prefs Don't save window geometry for session.\n\
  14270. \n\
  14271.        -ignore-geometry-prefs    Ignore saved window geometry for session.\n\
  14272. \n
  14273.  
  14274. !*strings.8087:%s: program is version %s, but resources are version %s.\n\
  14275. \n\
  14276.     This means that there is an inappropriate `%s' file in\n\
  14277.     he system-wide app-defaults directory, or possibly in your\n\
  14278.     home directory.  Check these environment variables and the\n\
  14279.     directories to which they point:\n\
  14280. \n\
  14281.   $XAPPLRESDIR\n\
  14282.   $XFILESEARCHPATH\n\
  14283.   $XUSERFILESEARCHPATH\n\
  14284. \n\
  14285.     Also check for this file in your home directory, or in the\n\
  14286.     directory called `app-defaults' somewhere under /usr/lib/.
  14287.  
  14288. !*strings.8088:%s: couldn't find our resources?\n\
  14289. \n\
  14290.     This could mean that there is an inappropriate `%s' file\n\
  14291.     installed in the app-defaults directory.  Check these environment\n\
  14292.     variables and the directories to which they point:\n\
  14293. \n\
  14294.   $XAPPLRESDIR\n\
  14295.   $XFILESEARCHPATH\n\
  14296.   $XUSERFILESEARCHPATH\n\
  14297. \n\
  14298.     Also check for this file in your home directory, or in the\n\
  14299.     directory called `app-defaults' somewhere under /usr/lib/.
  14300.  
  14301. !*strings.8089:%s: invalid geometry specification.\n\
  14302. \n\
  14303.  Apparently "%s*geometry: %s" or "%s*geometry: %s"\n\
  14304.  was specified in the resource database.  Specifying "*geometry"\n\
  14305.  will make %s (and most other X programs) malfunction in obscure\n\
  14306.  ways.  You should always use ".geometry" instead.\n
  14307.  
  14308. !*strings.8090:%s: unrecognized option "%s"\n
  14309.  
  14310. !*strings.8091:%s has detected a %s\n\
  14311. file.\n
  14312.  
  14313. !*strings.8092:\n\
  14314. This may indicate that another user is running\n\
  14315. %s using your %s files.\n
  14316.  
  14317. !*strings.8093:It appears to be running on host %s\n\
  14318. under process-ID %u.\n
  14319.  
  14320. !*strings.8094:\n\
  14321. You may continue to use %s, but you will\n\
  14322. be unable to use the disk cache, global history,\n\
  14323. or your personal certificates.\n
  14324.  
  14325. !*strings.8095:\n\
  14326. Otherwise, you may choose Cancel, make sure that\n\
  14327. you are not running another %s Navigator,\n\
  14328. delete the %s file, and\n\
  14329. restart %s.
  14330.  
  14331. !*strings.8096:%s: %s existed, but was not a directory.\n\
  14332. The old file has been renamed to %s\n\
  14333. and a directory has been created in its place.\n\
  14334. \n
  14335.  
  14336. !*strings.8097:%s: %s exists but is not a directory,\n\
  14337. and we were unable to rename it!\n\
  14338. Please remove this file: it is in the way.\n\
  14339. \n
  14340.  
  14341. !*strings.8098:%s: unable to create the directory `%s'.\n\
  14342. %s\n\
  14343. Please create this directory.\n\
  14344. \n
  14345.  
  14346. !*strings.8099:unknown error
  14347.  
  14348. !*strings.8100:error creating %s
  14349.  
  14350. !*strings.8101:error writing %s
  14351.  
  14352. !*strings.8102:This version of %s uses different names for its config files\n\
  14353. than previous versions did.  Those config files which still use\n\
  14354. the same file formats have been copied to their new names, and\n\
  14355. those which don't will be recreated as necessary.\n\
  14356. %s\n\
  14357. \n\
  14358. Would you like us to delete the old files now?
  14359.  
  14360. !*strings.8103:\n\
  14361. The old files still exist, including a disk cache directory\n\
  14362. (which might be large.)
  14363.  
  14364. !*strings.8104:The old files still exist.
  14365.  
  14366. !*strings.8105:General
  14367.  
  14368. !*strings.8106:Passwords
  14369.  
  14370. !*strings.8107:Personal Certificates
  14371.  
  14372. !*strings.8108:Site Certificates
  14373.  
  14374. !*strings.8109:Checked %s (%d left)\n\
  14375. %d%% completed)\n\
  14376. \n\
  14377. Estimated time remaining: %s\n\
  14378. (Remaining time depends on the sites selected and\n\
  14379. the network traffic.)
  14380.  
  14381. !*strings.8110:Checking ... (%d left)\n\
  14382. %d%% completed)\n\
  14383. \n\
  14384. Estimated time remaining: %s\n\
  14385. (Remaining time depends on the sites selected and\n\
  14386. the network traffic.)
  14387.  
  14388. !*strings.8111:Re: 
  14389.  
  14390. !*strings.8112:Done checking %d bookmarks.\n\
  14391. %d documents were reached.\n\
  14392. %d documents have changed and are marked as new.
  14393.  
  14394. !*strings.8115:"%s" exited with status %d
  14395.  
  14396. !*strings.8116:%s: The Motif keysyms seem not to be defined.\n\
  14397. \n\
  14398.  This is usually because the proper XKeysymDB file was not found.\n\
  14399.  You can set the $XKEYSYMDB environment variable to the location\n\
  14400.  of a file which contains the right keysyms.\n\
  14401. \n\
  14402.  Without the right XKeysymDB, many warnings will be generated,\n\
  14403.  and most keyboard accelerators will not work.\n\
  14404. \n\
  14405.  (An appropriate XKeysymDB file was included with the %s\n\
  14406.  distribution.)\n\
  14407. \n
  14408.  
  14409. !*strings.8117:%s: Some of the Motif keysyms seem not to be defined.\n\
  14410. \n\
  14411.  This is usually because the proper XKeysymDB file was not found.\n\
  14412.  You can set the $XKEYSYMDB environment variable to the location\n\
  14413.  of a file which contains the right keysyms.\n\
  14414. \n\
  14415.  Without the right XKeysymDB, many warnings will be generated,\n\
  14416.  and some keyboard accelerators will not work.\n\
  14417. \n\
  14418.  (An appropriate XKeysymDB file was included with the %s\n\
  14419.  distribution.)\n\
  14420. \n
  14421.  
  14422. !*strings.8118:Visual 0x%02x is a%s %d bit %s visual.\n\
  14423. This is not a supported visual; images %s.\n\
  14424. \n\
  14425. Currently supported visuals are:\n\
  14426. \n\
  14427.        StaticGray, all depths\n\
  14428.         GrayScale, all depths\n\
  14429.         TrueColor, depth 8 or greater\n\
  14430.         DirectColor, depth 8 or greater\n\
  14431.         StaticColor, depth 8 or greater\n\
  14432.         PseudoColor, depth 8 only\n\
  14433. \n\
  14434. If you have any of the above visuals (see `xdpyinfo'),\n\
  14435. it is recommended that you start %s with\n\
  14436. the `-visual' command-line option to specify one.\n\
  14437. \n\
  14438. More visuals may be directly supported in the future;\n\
  14439. your feedback is welcome.
  14440.  
  14441. !*strings.8119:Visual 0x%02x is a%s %d bit %s visual.\n\
  14442. This is not a supported visual; images %s.\n\
  14443. \n\
  14444. Currently supported visuals are:\n\
  14445. \n\
  14446.        StaticGray, all depths\n\
  14447.        GrayScale, all depths\n\
  14448.        TrueColor, depth 8 or greater\n\
  14449.         StaticColor, depth 8 or greater\n\
  14450.         PseudoColor, depth 8 only\n\
  14451. \n\
  14452. If you have any of the above visuals (see `xdpyinfo'),\n\
  14453. it is recommended that you start %s with\n\
  14454. the `-visual' command-line option to specify one.\n\
  14455. \n\
  14456. More visuals may be directly supported in the future;\n\
  14457. your feedback is welcome.
  14458.  
  14459. !*strings.8120:Visual 0x%02x is a%s %d bit %s visual.\n\
  14460. This is not a supported visual; images %s.\n\
  14461. \n\
  14462. Currently supported visuals are:\n\
  14463. \n\
  14464.        StaticGray, all depths\n\
  14465.         TrueColor, depth 8 or greater\n\
  14466.         DirectColor, depth 8 or greater\n\
  14467.         StaticColor, depth 8 or greater\n\
  14468.         PseudoColor, depth 8 only\n\
  14469. \n\
  14470. If you have any of the above visuals (see `xdpyinfo'),\n\
  14471. it is recommended that you start %s with\n\
  14472. the `-visual' command-line option to specify one.\n\
  14473. \n\
  14474. More visuals may be directly supported in the future;\n\
  14475. your feedback is welcome.
  14476.  
  14477. !*strings.8121:Visual 0x%02x is a%s %d bit %s visual.\n\
  14478. This is not a supported visual; images %s.\n\
  14479. \n\
  14480. Currently supported visuals are:\n\
  14481. \n\
  14482.        StaticGray, all depths\n\
  14483.         TrueColor, depth 8 or greater\n\
  14484.         StaticColor, depth 8 or greater\n\
  14485.         PseudoColor, depth 8 only\n\
  14486. \n\
  14487. If you have any of the above visuals (see `xdpyinfo'),\n\
  14488. it is recommended that you start %s with\n\
  14489. the `-visual' command-line option to specify one.\n\
  14490. \n\
  14491. More visuals may be directly supported in the future;\n\
  14492. your feedback is welcome.
  14493.  
  14494. !*strings.8122:will be\n\
  14495. displayed in monochrome
  14496.  
  14497. !*strings.8123:will look bad
  14498.  
  14499. !*strings.8124:Appearance
  14500.  
  14501. !*strings.8125:Bookmarks
  14502.  
  14503. !*strings.8126:Colors
  14504.  
  14505. !*strings.8127:Fonts
  14506.  
  14507. !*strings.8128:Applications
  14508.  
  14509. !*strings.8155:Helpers
  14510.  
  14511. !*strings.8129:Images
  14512.  
  14513. !*strings.8130:Languages
  14514.  
  14515. !*strings.8131:Cache
  14516.  
  14517. !*strings.8132:Connections
  14518.  
  14519. !*strings.8133:Proxies
  14520.  
  14521. !*strings.8135:Compose
  14522.  
  14523. !*strings.8136:Servers
  14524.  
  14525. !*strings.8137:Identity
  14526.  
  14527. !*strings.8138:Organization
  14528.  
  14529. !*strings.8139:Mail Frame
  14530.  
  14531. !*strings.8140:Mail Document
  14532.  
  14533. !*strings.8141:Netscape Mail & Newsgroups
  14534.  
  14535. !*strings.8142:Netscape Newsgroups
  14536.  
  14537. !*strings.8143:Address Book
  14538.  
  14539. !*strings.8144:X resources not installed correctly!
  14540.  
  14541. !*strings.8145:<< Empty >>
  14542.  
  14543. !*strings.8146:error saving password
  14544.  
  14545. !*strings.8147:Unimplemented.
  14546.  
  14547. !*strings.8148:%s: ~user/ syntax is not allowed in preferences file, only ~/\n
  14548.  
  14549. !*strings.8149:%s: unrecognized visual "%s".\n
  14550.  
  14551. !*strings.8150:%s: no visual with id 0x%x.\n
  14552.  
  14553. !*strings.8151:%s: no visual of class %s.\n
  14554.  
  14555. !*strings.8152:\n\
  14556. \n\
  14557. << stderr diagnostics have been truncated >>
  14558.  
  14559. !*strings.8153:error creating pipe:
  14560.  
  14561. !*strings.8156:Outbox folder contains an unsent\n\
  14562. message. Send it now?\n
  14563.  
  14564. !*strings.8157:Outbox folder contains %d unsent\n\
  14565. messages. Send them now?\n
  14566.  
  14567. !*strings.8158:The ``Leave on Server'' option only works when\n\
  14568. using a POP3 server, not when using a local\n\
  14569. mail spool directory.  To retrieve your mail,\n\
  14570. first turn off that option in the Servers pane\n\
  14571. of the Mail and News Preferences.
  14572.  
  14573. !*strings.8159:Back
  14574.  
  14575. !*strings.8160:Back in Frame
  14576.  
  14577. !*strings.8161:Forward
  14578.  
  14579. !*strings.8162:Forward in Frame
  14580.  
  14581. !*strings.8163:Please set the $MAIL environment variable to the\n\
  14582. location of your mail-spool file.
  14583.  
  14584. !*strings.8164:No new messages.
  14585.  
  14586. !*strings.8165:User-Defined
  14587.  
  14588. !*strings.8166:Other
  14589.  
  14590. !*strings.8167:couldn't fork() for external message delivery
  14591.  
  14592. !*strings.8168:Cannot read file %s.
  14593.  
  14594. !*strings.8169:%s does not exist.
  14595.  
  14596. !*strings.8170:%s is a directory.
  14597.  
  14598. !*strings.8171:Lock file not found.
  14599.  
  14600. !*strings.8172:Can't open Netscape.lock file.
  14601.  
  14602. !*strings.8173:Netscape.lock file has been modified.
  14603.  
  14604. !*strings.8174:Could not determine lock file size.
  14605.  
  14606. !*strings.8175:Could not read Netscape.lock data.
  14607.  
  14608. !*strings.8176:Couldn't open animation file.
  14609.  
  14610. !*strings.8177:Animation file modified.\n\
  14611. Using default animation.
  14612.  
  14613. !*strings.8178:Couldn't read animation file size.\n\
  14614. Using default animation.
  14615.  
  14616. !*strings.8179:Couldn't read number of animation colors.\n\
  14617. Using default animation.
  14618.  
  14619. !*strings.8180:Couldn't read animation colors.\n\
  14620. Using default animation.
  14621.  
  14622. !*strings.8181:Couldn't read animation frames.\n\
  14623. Using default animation.
  14624.  
  14625. !*strings.8182:Ignoring extra bytes at end of animation file.
  14626.  
  14627. !*strings.8183:Look for documents that have changed for:
  14628.  
  14629. !*strings.8184:Character
  14630.  
  14631. !*strings.8185:Link
  14632.  
  14633. !*strings.8186:Paragraph
  14634.  
  14635. !*strings.8187:Image
  14636.  
  14637. !*strings.8188:Refresh Frame
  14638.  
  14639. !*strings.8189:Refresh
  14640.  
  14641. !*strings.8190:Netscape Mail & Newsgroups: %.900s
  14642.  
  14643. !*strings.8191:Netscape Newsgroups: %.900s
  14644.  
  14645. !*strings.8192:Netscape: %.900s
  14646.  
  14647. !*strings.8193:Protocols
  14648.  
  14649. !*strings.8194:Languages
  14650.  
  14651. !*strings.8195:Change Password
  14652.  
  14653. !*strings.8196:Set Password...
  14654.  
  14655. !*strings.8197:No Plugins
  14656.  
  14657. !*strings.8198:Continue Movemail
  14658.  
  14659. !*strings.8199:Cancel Movemail
  14660.  
  14661. !*strings.8200:Netscape will move your mail from %s\n\
  14662. to %s/Inbox.\n\
  14663. \n\
  14664. Moving the mail will interfere with other mailers\n\
  14665. that expect already-read mail to remain in\n\
  14666. %s.
  14667.  
  14668. !*strings.8201:Show this Alert Next Time
  14669.  
  14670. !*strings.8202:Netscape Composer: %.900s
  14671.  
  14672. !*strings.8203:Netscape
  14673.  
  14674. !*strings.8204:Unknown:Prompt User
  14675.  
  14676. !*strings.8205:Save To Disk
  14677.  
  14678. !*strings.8206:Plug In : %s
  14679.  
  14680. !*strings.8207:Mime type cannot be empty.
  14681.  
  14682. !*strings.8208:Description|Handled By
  14683.  
  14684. !*strings.8209:Can't get new mail; a lock file %s exists.
  14685.  
  14686. !*strings.8210:No plugin %s. Reverting to save-to-disk for type %s.\n
  14687.  
  14688. !*strings.8211:ERROR: %s\n\
  14689. Cant load plugin %s. Ignored.\n
  14690.  
  14691. !*strings.8212:Plugin specifies different Description and/or Suffixes for mimetype %s.\n\
  14692. \n\
  14693.         Description = "%s"\n\
  14694.         Suffixes = "%s"\n\
  14695. \n\
  14696. Use plugin specified Description and Suffixes ?
  14697.  
  14698. !*strings.8213:error Saving options.
  14699.  
  14700. !*strings.8214:Some values are out of range:
  14701.  
  14702. !*strings.8215:The following value is out of range:
  14703.  
  14704. !*strings.8216:You can have between 1 and 100 rows.
  14705.  
  14706. !*strings.8217:You can have between 1 and 100 columns.
  14707.  
  14708. !*strings.8218:For border width, you can have 0 to 10000 pixels.
  14709.  
  14710. !*strings.8219:For cell spacing, you can have 0 to 10000 pixels.
  14711.  
  14712. !*strings.8220:For cell padding, you can have 0 to 10000 pixels.
  14713.  
  14714. !*strings.8221:For width, you can have between 1 and 10000 pixels,\n\
  14715. or between 1 and 100%.
  14716.  
  14717. !*strings.8222:For height, you can have between 1 and 10000 pixels,\n\
  14718. or between 1 and 100%.
  14719.  
  14720. !*strings.8223:For width, you can have between 1 and 10000 pixels.
  14721.  
  14722. !*strings.8224:For height, you can have between 1 and 10000 pixels.
  14723.  
  14724. !*strings.8225:For space, you can have between 1 and 10000 pixels.
  14725.  
  14726. !*strings.8226:Please enter a new value and try again.
  14727.  
  14728. !*strings.8227:Please enter new values and try again.
  14729.  
  14730. !*strings.8228:Enter the text of the link:
  14731.  
  14732. !*strings.8229:Linked image:
  14733.  
  14734. !*strings.8230:Linked text:
  14735.  
  14736. !*strings.8231:No targets in the selected document
  14737.  
  14738. !*strings.8232:Link to a named target in the specified document (optional).
  14739.  
  14740. !*strings.8233:Link to a named target in the current document (optional).
  14741.  
  14742. !*strings.8234:Do you want to remove the link?
  14743.  
  14744. !*strings.8235:<unknown>
  14745.  
  14746. !*strings.8236:Unopened Tag: '<' was expected
  14747.  
  14748. !*strings.8237:Unopened Tag:  '>' was expected
  14749.  
  14750. !*strings.8238:Unterminated String in tag: closing quote expected
  14751.  
  14752. !*strings.8239:Premature close of tag
  14753.  
  14754. !*strings.8240:Tagname was expected
  14755.  
  14756. !*strings.8241:Unknown tag error
  14757.  
  14758. !*strings.8242:Tag seems ok
  14759.  
  14760. !*strings.8243:This document contains frames. Currently the editor\n\
  14761. cannot edit documents which contain frames.
  14762.  
  14763. !*strings.8244:This document is an about document. The editor\n\
  14764. cannot edit about documents.
  14765.  
  14766. !*strings.8245:You must save this document locally before\n\
  14767. continuing with the requested action.
  14768.  
  14769. !*strings.8246:Do you want to save changes to:\n\
  14770. %.900s?
  14771.  
  14772. !*strings.8247:The error code = (%d).
  14773.  
  14774. !*strings.8248:Cannot copy or cut at this time, try again later.
  14775.  
  14776. !*strings.8249:Nothing is selected.
  14777.  
  14778. !*strings.8250:The selection includes a table cell boundary.\n\
  14779. Deleting and copying are not allowed.
  14780.  
  14781. !*strings.8251:Empty command specified!
  14782.  
  14783. !*strings.8252:No html editor command has been specified in Editor Preferences.\n\
  14784. Specify the file argument with %f. Netscape will replace %f with\n\
  14785. the correct file name. Example:\n\
  14786.              xterm -e vi %f\n\
  14787. Would you like to enter a value in Editor Preferences now?
  14788.  
  14789. !*strings.8253:Syntax error in action handler: %s
  14790.  
  14791. !*strings.8254:Invalid window type for action handler: %s
  14792.  
  14793. !*strings.8255:Modified by the Netscape Navigator Administration Kit.\n\
  14794. Version: %s\n\
  14795. User agent: C
  14796.  
  14797. !*strings.8256:Private Mimetype File (%s) has changed on disk.  Discard your unsaved changes\n\
  14798. and reload?
  14799.  
  14800. !*strings.8257:Private Mailcap File (%s) has changed on disk.  Discard your unsaved changes\n\
  14801. and reload?
  14802.  
  14803. !*strings.8258:Private Mimetype File (%s) has changed on disk and is being reloaded.
  14804.  
  14805. !*strings.8259:Private Mailcap File (%s) has changed on disk and is being reloaded.
  14806.  
  14807. !*strings.8260:No image editor command has been specified in Editor Preferences.\n\
  14808. Specify the file argument with %f. Netscape will replace %f with\n\
  14809. the correct file name. Example:\n\
  14810.              xgifedit %f\n\
  14811. Would you like to enter a value in Editor Preferences now?
  14812.  
  14813. !*strings.8261:You are about to download a remote\n\
  14814. document or image.\n\
  14815. You should get permission to use any\n\
  14816. copyrighted images or documents.
  14817.  
  14818. !*strings.8262:The file is marked read-only.
  14819.  
  14820. !*strings.8263:The file is blocked at this time. Try again later.
  14821.  
  14822. !*strings.8264:The file URL is badly formed.
  14823.  
  14824. !*strings.8265:Error opening file for writing.
  14825.  
  14826. !*strings.8266:Error writing to the file.
  14827.  
  14828. !*strings.8267:Error creating the temporary backup file.
  14829.  
  14830. !*strings.8268:Error deleting the temporary backup file.
  14831.  
  14832. !*strings.8269:Continue saving document?
  14833.  
  14834. !*strings.8270:There was an error while saving the file:\n\
  14835. %.900s
  14836.  
  14837. !*strings.8271:The new document template location is not set.\n\
  14838. Would you like to enter a value in Editor Preferences now?
  14839.  
  14840. !*strings.8272:Please enter an autosave period between 0 and 600 minutes.
  14841.  
  14842. !*strings.8273:The default browse location is not set.\n\
  14843. Would you like to enter a value in Editor Preferences now?
  14844.  
  14845. !*strings.8274:Publish destination must begin with "ftp://", "http://", or "https://".\n\
  14846. Please enter new values and try again.
  14847.  
  14848. !*strings.8275:Image is at a remote location.\n\
  14849. Please save image locally before editing.
  14850.  
  14851. !*strings.8276:cannot allocate colormap
  14852.  
  14853. !*strings.8277:Uploading file to remote server:\n\
  14854. %.900s
  14855.  
  14856. !*strings.8278:Saving file to local disk:\n\
  14857. %.900s
  14858.  
  14859. !*strings.8279:Loading image file:\n\
  14860. %.900s
  14861.  
  14862. !*strings.8280:File %d of %d
  14863.  
  14864. !*strings.8281:Source not found.
  14865.  
  14866. !*strings.8282:Press Cancel to turn off AutoSave until you\n\
  14867. save this document later.
  14868.  
  14869. !*strings.8283:All
  14870.  
  14871. !*strings.8284:Search
  14872.  
  14873. !*strings.8285:New
  14874.  
  14875. !*strings.8286:This list shows the accumulated list of new newsgroups since\n\
  14876. the last time you pressed the Clear New button.
  14877.  
  14878. !*strings.8287:Message Center for %s
  14879.  
  14880. !*strings.8288:on local machine.
  14881.  
  14882. !*strings.8289:on server.
  14883.  
  14884. !*strings.8290:Message:
  14885.  
  14886. !*strings.8291:'%s' from %s in %s Folder
  14887.  
  14888. !*strings.8292:Netscape Group - [ %s ]
  14889.  
  14890. !*strings.8293:Netscape Folder - [ %s ]
  14891.  
  14892. !*strings.8299:Size
  14893.  
  14894. !*strings.8300:Lines
  14895.  
  14896. !*strings.8301:Name
  14897.  
  14898. !*strings.8302:Contact
  14899.  
  14900. !*strings.8303:Security
  14901.  
  14902. !*strings.8304:Conferencing
  14903.  
  14904. !*strings.8305:First Name:
  14905.  
  14906. !*strings.8306:Last Name:
  14907.  
  14908. !*strings.8307:Email Address:
  14909.  
  14910. !*strings.8308:Nickname:
  14911.  
  14912. !*strings.8309:Notes:
  14913.  
  14914. !*strings.8310:Prefers to receive HTML
  14915.  
  14916. !*strings.8311:Organization:
  14917.  
  14918. !*strings.8312:Title:
  14919.  
  14920. !*strings.8313:Address:
  14921.  
  14922. !*strings.8314:City:
  14923.  
  14924. !*strings.8315:State:
  14925.  
  14926. !*strings.8316:Zip:
  14927.  
  14928. !*strings.8317:Country:
  14929.  
  14930. !*strings.8318:Work:
  14931.  
  14932. !*strings.8319:Fax:
  14933.  
  14934. !*strings.8320:Home:
  14935.  
  14936. !*strings.8321:You do not have a Security Certificate for this person.\n\
  14937. \n\
  14938. This means that when you send this person email, it cannot be\n\
  14939. encrypted. This will make it easier for other people to read your\n\
  14940. message.\n\
  14941. \n\
  14942. To obtain Security Certificates for the recipient(s), they must\n\
  14943. first obtain one for themselves and send you a signed email\n\
  14944. message. The Security Certificate will automatically be remembered\n\
  14945. once it is received.\n
  14946.  
  14947. !*strings.8322:You have this person's Security Certificate.\n\
  14948. \n\
  14949. This means that when you send this person email, it can be encrypted.\n\
  14950. Encrypting a message is like sending it in an envelope, rather than a\n\
  14951. postcard. It makes it difficult for other people to view your message.\n\
  14952. \n\
  14953. This person's Security Certificate will expire on %s. When it\n\
  14954. expires, you will no longer be able to send encrypted mail to this\n\
  14955. person until they send you a new one.
  14956.  
  14957. !*strings.8323:This person's Security Certificate has Expired.\n\
  14958. \n\
  14959. You cannot send this person encrypted mail until you obtain a new\n\
  14960. Security Certificate for them. To do this, have this person send you a\n\
  14961. signed mail message. This will automatically include the new Security\n\
  14962. Certificate.
  14963.  
  14964. !*strings.8324:This person's Security Certificate has been revoked. This means that\n\
  14965. the Certificate may have been lost or stolen.\n\
  14966. \n\
  14967. You cannot send this person encrypted mail until you obtain a new\n\
  14968. Security Certificate. To do this, have this person send you a signed\n\
  14969. mail message. This will automatically include the new Security\n\
  14970. Certificate.
  14971.  
  14972. !*strings.8325:You do not have a Security Certificate for yourself.\n\
  14973. This means that you cannot receive encrypted mail, which would\n\
  14974. make it difficult for other people to eavesdrop on messages\n\
  14975. sent to you.\n\
  14976. \n\
  14977. You also cannot digitally sign mail. A digital signature would\n\
  14978. indicate that the message was from you, and would also prevent\n\
  14979. other people from tampering with your message.\n\
  14980. \n\
  14981. To obtain a Security Certificate, press the Get Certificate\n\
  14982. button. After you obtain a Certificate it will automatically\n\
  14983. be sent out with your signed messages so that other people can\n\
  14984. send you encrypted mail.
  14985.  
  14986. !*strings.8326:You have a Security Certificate.\n\
  14987. This means that you can receive encrypted mail. In order to be able to\n\
  14988. do this, you must first send mail to a person and sign the message. By\n\
  14989. doing so, you send them your certificate, which makes it possible for\n\
  14990. them to send you encrypted mail.\n\
  14991. \n\
  14992. Encrypting a message is like sending it in a envelope, rather than a\n\
  14993. postcard. It makes it difficult for other people to eavesdrop on your\n\
  14994. message.\n\
  14995. \n\
  14996. Your Security Certificate will expire on %s. Before it expires,\n\
  14997. you will have to obtain a new Certificate.
  14998.  
  14999. !*strings.8327:Your Security Certificate has Expired.\n\
  15000. \n\
  15001. This means that you can no longer digitally sign messages with this\n\
  15002. certificate. You can continue to receive encrypted mail, however.\n\
  15003. \n\
  15004. This means that you must obtain another Certificate. Click on Show\n\
  15005. Certificate to do so.
  15006.  
  15007. !*strings.8328:Your Security Certificate has been revoked.\n\
  15008. This means that you can no longer digitally sign messages with this\n\
  15009. certificate. You can continue to receive encrypted mail, however.\n\
  15010. \n\
  15011. This means that you must obtain another Certificate.
  15012.  
  15013. !*strings.8329:Show Certificate
  15014.  
  15015. !*strings.8330:Get Certificate
  15016.  
  15017. !*strings.8331:Mailing List Info
  15018.  
  15019. !*strings.8332:List Name:
  15020.  
  15021. !*strings.8333:List Nickname:
  15022.  
  15023. !*strings.8334:Description:
  15024.  
  15025. !*strings.8335:Type names or drag addresses into the mailing list below:
  15026.  
  15027. !*strings.8336:Name
  15028.  
  15029. !*strings.8337:
  15030.  
  15031. !*strings.8338:Email Address
  15032.  
  15033. !*strings.8339:Nickname
  15034.  
  15035. !*strings.8340:Organization
  15036.  
  15037. !*strings.8341:City
  15038.  
  15039. !*strings.8342:State
  15040.  
  15041. !*strings.8343:%d Unread, %d Total
  15042.  
  15043. !*strings.8344:Search
  15044.  
  15045. !*strings.8345:Stop
  15046.  
  15047. !*strings.8346:Remove
  15048.  
  15049. !*strings.8347:This message will be sent to:
  15050.  
  15051. !*strings.8348:all
  15052.  
  15053. !*strings.8349:1 month ago
  15054.  
  15055. !*strings.8350:Attachment operation cannot be completed now.\n\
  15056. Message delivery or attachment load is in progress.
  15057.  
  15058. !*strings.8351:This item is already attached:\n\
  15059. %s
  15060.  
  15061. !*strings.8352:Attachment panel is full - no more attachments can be added.
  15062.  
  15063. !*strings.8353:Getting new messages...
  15064.  
  15065. !*strings.8354:Address Book - %s
  15066.  
  15067. !*strings.8355:Show Certificate
  15068.  
  15069. !*strings.8356:Order
  15070.  
  15071. !*strings.8357:Language
  15072.  
  15073. !*strings.8358:Filters will be applied to incoming mail in the\n\
  15074. following order:
  15075.  
  15076. !*strings.8359:To call another person using Netscape Conference, you must first\n\
  15077. choose the server you would like to use to look up that person's\n\
  15078. address.
  15079.  
  15080. !*strings.8360:Netscape Conference DLS Server
  15081.  
  15082. !*strings.8361:Specific DLS Server
  15083.  
  15084. !*strings.8362:Hostname or IP Address
  15085.  
  15086. !*strings.8363:Address:
  15087.  
  15088. !*strings.8364:(For example, %s)
  15089.  
  15090. !*strings.8365:Card for <%s>
  15091.  
  15092. !*strings.8366:New Card
  15093.  
  15094. !*strings.8367:Mark Messages Read
  15095.  
  15096. !*strings.8368:Mark messages read up to: (MM/DD/YY)
  15097.  
  15098. !*strings.8369:The date must be valid,\n\
  15099. and must be in the form MM/DD/YY.
  15100.  
  15101. !*strings.8370:There are %d new message headers to download for\n\
  15102. this newsgroup.
  15103.  
  15104. !*strings.8371:Get Next %d Messages
  15105.  
  15106. !*strings.8372:unread
  15107.  
  15108. !*strings.8373:yesterday
  15109.  
  15110. !*strings.8374:1 week ago
  15111.  
  15112. !*strings.8375:2 weeks ago
  15113.  
  15114. !*strings.8376:6 months ago
  15115.  
  15116. !*strings.8377:1 year ago
  15117.  
  15118. !*strings.8378:An Address Book entry with this name and email address already exists.
  15119.  
  15120. !*strings.8379:Mailing lists can only contain entries from the Personal Address Book.\n\
  15121. Would you like to add %s to the address book?
  15122.  
  15123. !*strings.8380:Make sure both the server name and port are filled in and are valid.
  15124.  
  15125. !*strings.8381:unknown
  15126.  
  15127. !*strings.8382:To:
  15128.  
  15129. !*strings.8383:CC:
  15130.  
  15131. !*strings.8384:BCC:
  15132.  
  15133. !*strings.8385:Type Name
  15134.  
  15135. !*strings.8386:Next %d
  15136.  
  15137. !*strings.8387:This document cannot be attached to a message:\n\
  15138. %s
  15139.  
  15140. !*strings.8388:Netscape Communicator cannot find your\n\
  15141. Personal Card. Would you like to create a\n\
  15142. Personal Card now?
  15143.  
  15144. !*strings.8389:Communicator Message Center for %s
  15145.  
  15146. !*strings.8390:Plain
  15147.  
  15148. !*strings.8391:Bold
  15149.  
  15150. !*strings.8392:Italic
  15151.  
  15152. !*strings.8393:Bold Italic
  15153.  
  15154. !*strings.8394:Normal
  15155.  
  15156. !*strings.8395:Bigger
  15157.  
  15158. !*strings.8396:Smaller
  15159.  
  15160. !*strings.8397:Sent
  15161.  
  15162. !*strings.8398:Message has not been sent. Do you want to\n\
  15163. save the message in the Drafts Folder?
  15164.  
  15165. !*strings.8399:Invalid Date Value. No search is performed.
  15166.  
  15167. !*strings.8400:Invalid value for the MONTH field.\n\
  15168. Please enter month in 2 digits (1-12).\n\
  15169. Try again!
  15170.  
  15171. !*strings.8401:Invalid value for the DAY of the month field.\n\
  15172. Please enter date in 2 digits (1-31).\n\
  15173. Try again!
  15174.  
  15175. !*strings.8402:Invalid value for the YEAR field.\n\
  15176. Please enter year in 4 digits (e.g. 1997).\n\
  15177. Year value has to be 1900 or later.\n\
  15178. Try again!
  15179.  
  15180. !*strings.8403:To:
  15181.  
  15182. !*strings.8404:Cc:
  15183.  
  15184. !*strings.8405:Bcc:
  15185.  
  15186. !*strings.8406:Newsgroup:
  15187.  
  15188. !*strings.8407:Reply-To:
  15189.  
  15190. !*strings.8408:Followup-To:
  15191.  
  15192. !*strings.8414:Address
  15193.  
  15194. !*strings.8415:Attachment
  15195.  
  15196. !*strings.8416:Option
  15197.  
  15198. !*strings.8417:OK
  15199.  
  15200. !*strings.8418:Clear
  15201.  
  15202. !*strings.8419:Cancel
  15203.  
  15204. !*strings.8420:Urgent
  15205.  
  15206. !*strings.8421:Important
  15207.  
  15208. !*strings.8422:Normal
  15209.  
  15210. !*strings.8423:FYI
  15211.  
  15212. !*strings.8424:Junk
  15213.  
  15214. !*strings.8425:Priority
  15215.  
  15216. !*strings.8426:%sLabel
  15217.  
  15218. !*strings.8427:Addressing
  15219.  
  15220. !*strings.8428:Attachment
  15221.  
  15222. !*strings.8429:Compose
  15223.  
  15224. !*strings.8430:All Mail Folders
  15225.  
  15226. !*strings.8431:All Groups
  15227.  
  15228. !*strings.8432:LDAP Directory
  15229.  
  15230. !*strings.8433:Location
  15231.  
  15232. !*strings.8434:Subject
  15233.  
  15234. !*strings.8435:Sender
  15235.  
  15236. !*strings.8436:Date
  15237.  
  15238. !*strings.8437:Preparing file to publish:\n\
  15239. %.900s
  15240.  
  15241. !*strings.8438:Name
  15242.  
  15243. !*strings.8439:Location
  15244.  
  15245. !*strings.8440:Last Visited
  15246.  
  15247. !*strings.8441:Last Modified
  15248.  
  15249. !*strings.8442:Name
  15250.  
  15251. !*strings.8443:Total
  15252.  
  15253. !*strings.8444:Unread
  15254.  
  15255. !*strings.8445:Category
  15256.  
  15257. !*strings.8446:Newsgroup name
  15258.  
  15259. !*strings.8447:Messages
  15260.  
  15261. !*strings.8448:Subject
  15262.  
  15263. !*strings.8449:Date
  15264.  
  15265. !*strings.8450:Priority
  15266.  
  15267. !*strings.8451:Status
  15268.  
  15269. !*strings.8452:Sender
  15270.  
  15271. !*strings.8453:Recipient
  15272.  
  15273. !*strings.8454:File Here
  15274.  
  15275. !*strings.8455:Registering Converters
  15276.  
  15277. !*strings.8456:Initializing Security Library
  15278.  
  15279. !*strings.8457:Initializing Network Library
  15280.  
  15281. !*strings.8458:Initializing Message Library
  15282.  
  15283. !*strings.8459:Initializing Image Library
  15284.  
  15285. !*strings.8460:Initializing Javascript
  15286.  
  15287. !*strings.8461:Initializing Plugins
  15288.  
  15289. !*strings.8462:%s: installColormap: %s must be yes, no, or guess.\n
  15290.  
  15291. !*strings.8463:Communicator Bookmarks for %s
  15292.  
  15293. !*strings.8464:Untitled
  15294.  
  15295. !*strings.8465:Unchecking this option means that this group\n\
  15296. and all newsgroups above it do not\n\
  15297. receive HTML messages
  15298.  
  15299. !*strings.8466:Encrypted
  15300.  
  15301. !*strings.8467:None
  15302.  
  15303. !*strings.8468:Show Column
  15304.  
  15305. !*strings.8469:Hide Column
  15306.  
  15307. !*strings.8470:That functionality has been disabled
  15308.  
  15309. !*strings.8471:file: Untitled
  15310.  
  15311. !*strings.8472:%s is not set.\n
  15312.  
  15313. !*strings.8473:Newsgroups directory
  15314.  
  15315. !*strings.8474:Local mail directory
  15316.  
  15317. !*strings.8475:%s "%.255s" does not exist.\n
  15318.  
  15319. !*strings.8476:No matches found
  15320.  
  15321. !*strings.8477:Please enter a valid email address (e.g. user@internet.com).\n
  15322.  
  15323. !*strings.8478:Communicator History for %s
  15324.  
  15325. !*strings.8479:Title
  15326.  
  15327. !*strings.8480:Location
  15328.  
  15329. !*strings.8481:First Visited
  15330.  
  15331. !*strings.8482:Last Visited
  15332.  
  15333. !*strings.8483:Expires
  15334.  
  15335. !*strings.8484:Visit Count
  15336.  
  15337. !*strings.8485:Place a call with Netscape Conference to 
  15338.  
  15339. !*strings.8486:Send a message to 
  15340.  
  15341. !*strings.8487:Default Inbox folder does not exist.\n\
  15342. You will not be able to get new messages!
  15343.  
  15344. !*strings.8488:telnet
  15345.  
  15346. !*strings.8489:TN3270 application
  15347.  
  15348. !*strings.8490:rlogin
  15349.  
  15350. !*strings.8491:rlogin with user
  15351.  
  15352. !*strings.8492:You cannot delete this application from the preferences.
  15353.  
  15354. !*strings.8493:The application field is not set.
  15355.  
  15356. !*strings.8494:[JavaScript Application]
  15357.  
  15358. !*strings.8495:The preferences you have, version %s, is incompatible with the\n\
  15359. current version %s. Would you like to save new preferences now?
  15360.  
  15361. !*strings.8496:Please be aware that the preferences you have, version %s,\n\
  15362. is incompatible with the current version %s.
  15363.  
  15364. !*strings.8497:%s: program is version %s, but resources are version %s.\n\
  15365. \n\
  15366.     This means that there is an inappropriate `%s' file installed\n\
  15367.     in the app-defaults directory.  Check these environment variables\n\
  15368.     and the directories to which they point:\n\
  15369. \n\
  15370.     $XAPPLRESDIR\n\
  15371.     $XFILESEARCHPATH\n\
  15372.     $XUSERFILESEARCHPATH\n\
  15373. \n\
  15374.     Also check for this file in your home directory, or in the\n\
  15375.     directory called `app-defaults' somewhere under /usr/lib/.
  15376.  
  15377. !*strings.8498:%s: couldn't find our resources?\n\
  15378. \n\
  15379.     This could mean that there is an inappropriate `%s' file\n\
  15380.     installed in the app-defaults directory.  Check these environment\n\
  15381.     variables and the directories to which they point:\n\
  15382. \n\
  15383.     $XAPPLRESDIR\n\
  15384.     $XFILESEARCHPATH\n\
  15385.     $XUSERFILESEARCHPATH\n\
  15386. \n\
  15387.     Also check for this file in your home directory, or in the\n\
  15388.     directory called `app-defaults' somewhere under /usr/lib/.
  15389.  
  15390. !*strings.8499:%s: locale `%s' not supported by Xlib; trying `C'.\n
  15391.  
  15392. !*strings.8500:%s: locale `C' not supported.\n
  15393.  
  15394. !*strings.8501:%s: locale `C' not supported either.\n
  15395.  
  15396. !*strings.8502:\n\
  15397.     If the $XNLSPATH directory does not contain the proper config files,\n\
  15398.     %s will crash the first time you try to paste into a text\n\
  15399.     field.  (This is a bug in the X11R5 libraries against which this\n\
  15400.     program was linked.)\n\
  15401. \n\
  15402.     Since neither X11R4 nor X11R6 come with these config files, we have\n\
  15403.     included them with the %s distribution.  The normal place\n\
  15404.     for these files is %s.\n\
  15405.     If you can't create that\n\
  15406.     directory, you should set the $XNLSPATH environment variable to\n\
  15407.     point at the place where you installed the files.\n\
  15408. \n
  15409.  
  15410. !*strings.8503:    Perhaps the $XNLSPATH environment variable is not set correctly?\n
  15411.  
  15412. !*strings.8504: uname failed
  15413.  
  15414. !*strings.8505:%s: uname() failed; can't determine what system we're running on\n
  15415.  
  15416. !*strings.8506:%s: this is a SunOS 4.1.3 executable, and you are running it on\n\
  15417.     SunOS %s (Solaris.)  It would be a very good idea for you to\n\
  15418.     run the Solaris-specific binary instead.  Bad Things may happen.\n\
  15419. \n
  15420.  
  15421. !*strings.8507:%s: failed to initialize mozilla_event_queue!\n
  15422.  
  15423. !*strings.8508:%s: invalid `-remote' option "%s"\n
  15424.  
  15425. !*strings.8509:%s: the `-id' option must come before all `-remote' options.\n
  15426.  
  15427. !*strings.8510:%s: only one `-id' option may be used.\n
  15428.  
  15429. !*strings.8511:%s: invalid `-id' option "%s"\n
  15430.  
  15431. !*strings.8512:%s: the `-id' option may only be used with `-remote'.\n
  15432.  
  15433. !*strings.8513:%s: warning: $XKEYSYMDB is %s,\n\
  15434.     but that file doesn't exist.\n
  15435.  
  15436. !*strings.8514:%s: warning: no XKeysymDB file in either\n\
  15437.     %s, %s, or %s\n\
  15438.     Please set $XKEYSYMDB to the correct XKeysymDB file.\n
  15439.  
  15440. !*strings.8515:%s: not found in PATH!\n
  15441.  
  15442. !*strings.8516:renaming %s to %s:
  15443.  
  15444. !*strings.8517:%s: usage: OpenURL(url [ , new-window|window-name ] )\n
  15445.  
  15446. !*strings.8518:%s: usage: OpenFile(file)\n
  15447.  
  15448. !*strings.8519:%s: usage: print([filename])\n
  15449.  
  15450. !*strings.8520:%s: usage: SaveAS(file, output-data-type)\n
  15451.  
  15452. !*strings.8521:%s: usage: SaveAS(file, [output-data-type])\n
  15453.  
  15454. !*strings.8522:%s: usage: mailto(address ...)\n
  15455.  
  15456. !*strings.8523:%s: usage: find(string)\n
  15457.  
  15458. !*strings.8524:%s: usage: addBookmark(url, title)\n
  15459.  
  15460. !*strings.8525:%s: usage: htmlHelp(map-file, id, search-text)\n
  15461.  
  15462. !*strings.8526:%s: unparsable encoding filter spec: %s\n
  15463.  
  15464. !*strings.8527:Upload File
  15465.  
  15466. !*strings.8528:error saving options
  15467.  
  15468. !*strings.8529:# Netscape User History File\n\
  15469. # Version: %s\n\
  15470. # This is a generated file!  Do not edit.\n\
  15471. \n
  15472.  
  15473. !*strings.8530:%s: too many args (%d) to ActivateLinkAction()\n
  15474.  
  15475. !*strings.8531:%s: unknown parameter (%s) to ActivateLinkAction()\n
  15476.  
  15477. !*strings.8532:file:///Untitled
  15478.  
  15479. !*strings.8533:printing
  15480.  
  15481. !*strings.8534:\n\
  15482. This is the default visual and color map.
  15483.  
  15484. !*strings.8535:\n\
  15485. This is the default visual with a private map.
  15486.  
  15487. !*strings.8536:\n\
  15488. This is a non-default visual.
  15489.  
  15490. !*strings.8537:from network
  15491.  
  15492. !*strings.8538:from disk cache
  15493.  
  15494. !*strings.8539:from memory cache
  15495.  
  15496. !*strings.8540:default
  15497.  
  15498. !*strings.8541:%s: too few args (%d) to HistoryItem()\n
  15499.  
  15500. !*strings.8542:%s: too many args (%d) to HistoryItem()\n
  15501.  
  15502. !*strings.8543:%s: unknown parameter (%s) to HistoryItem()\n
  15503.  
  15504. !*strings.8544:%s: unable to read %s property\n
  15505.  
  15506. !*strings.8545:%s: invalid data on %s of window 0x%x.\n
  15507.  
  15508. !*strings.8546:509 internal error: unable to translatewindow 0x%x to a widget
  15509.  
  15510. !*strings.8547:500 unparsable command: %s
  15511.  
  15512. !*strings.8548:501 unrecognized command: %s
  15513.  
  15514. !*strings.8549:502 no appropriate window for %s
  15515.  
  15516. !*strings.8550:200 executed command: %s(
  15517.  
  15518. !*strings.8551:200 executed command: %s(
  15519.  
  15520. !*strings.8552:%s: windowGravityWorks: %s must be yes, no, or guess.\n
  15521.  
  15522. !*strings.8553:could not dup() a stderr:
  15523.  
  15524. !*strings.8554:could not fdopen() the new stderr:
  15525.  
  15526. !*strings.8555:could not dup() a new stderr:
  15527.  
  15528. !*strings.8556:could not dup() a stdout:
  15529.  
  15530. !*strings.8557:could not fdopen() the new stdout:
  15531.  
  15532. !*strings.8558:could not dup() a new stdout:
  15533.  
  15534. !*strings.8559:\n\
  15535. %s:\n\
  15536. \n\
  15537. This Netscape Communicator binary does not run on %s %s.\n\
  15538. \n\
  15539. Please visit http://home.netscape.com/ for a version of Communicator that runs\n\
  15540. on your system.\n\
  15541. \n
  15542.  
  15543. !*strings.8560:Created On
  15544.  
  15545. !*strings.8563:Netscape Exit Confirmation\n
  15546.  
  15547. !*strings.8564:Close all windows and exit Netscape?\n
  15548.  
  15549. !*strings.8565:Netscape Mail\n
  15550.  
  15551. !*strings.8566:Outbox folder contains unsent messages\n\
  15552. Send them now?
  15553.  
  15554. !*strings.8567:Your POP user name is just your user name (e.g. user),\n\
  15555. not your full POP address (e.g. user@internet.com).
  15556.  
  15557. !*strings.8568:Please enter valid information.
  15558.  
  15559. !*strings.8569:The editing of JavaScript message filters is not available\n\
  15560. in this release of Communicator.
  15561.  
  15562. !*strings.8570:Phone
  15563.  
  15564. !*strings.8571:Cleaning up news messages...
  15565.  
  15566. !*strings.8572:Your font preferences will not take effect until you restart Communicator.
  15567.  
  15568. !*strings.8573:One or more items in the selection you are dragging do not contain an email address\n\
  15569. and was not added to the list. Please make sure each item in your selection includes\n\
  15570. an email address.
  15571.  
  15572. !*strings.8574:New Folder Name:
  15573.  
  15574. !*strings.8575:       -component-bar            Show only the Component Bar.\n\
  15575. \n\
  15576.        -composer                 Open all command line URLs in Composer.\n\
  15577.        -edit                     Same as -composer.\n\
  15578. \n\
  15579.        -messenger                Show Messenger Mailbox (INBOX).\n\
  15580.        -mail                     Same as -messenger.\n\
  15581. \n\
  15582.        -discussions              Show Collabra Discussions.\n\
  15583.        -news                     Same as -discussions.\n\
  15584. \n
  15585.  
  15586. !*strings.8576:       Arguments which are not switches are interpreted as either files or\n\
  15587.        URLs to be loaded.\n\
  15588. \n
  15589.  
  15590. !*strings.8577:Searching:
  15591.  
  15592. !*strings.8578:Search Results
  15593.  
  15594. !*strings.8579:Search results for:
  15595.  
  15596. !*strings.8580:Name
  15597.  
  15598. !*strings.8581:Email
  15599.  
  15600. !*strings.8582:Organization
  15601.  
  15602. !*strings.8583:Department
  15603.  
  15604. !*strings.8584:Search results will appear in address book window
  15605.  
  15606. !*strings.8585:Basic Search
  15607.  
  15608. !*strings.8586:Advanced Search
  15609.  
  15610. !*strings.8587:More
  15611.  
  15612. !*strings.8588:Fewer
  15613.  
  15614. !*strings.8589:Find items which
  15615.  
  15616. !*strings.8590:Match all items below (And)
  15617.  
  15618. !*strings.8591:Match one or more of the items below (Or)
  15619.  
  15620. !*strings.8592:where
  15621.  
  15622. !*strings.8593:
  15623.  
  15624. !*strings.8594:and
  15625.  
  15626. !*strings.8595:or
  15627.  
  15628. !*strings.8596:Description:
  15629.  
  15630. !*strings.8597:LDAP Server:
  15631.  
  15632. !*strings.8598:Server Root:
  15633.  
  15634. !*strings.8599:Port Number:
  15635.  
  15636. !*strings.8600:Maximum Number of Hits:
  15637.  
  15638. !*strings.8601:Secure
  15639.  
  15640. !*strings.8602:Save Password
  15641.  
  15642. !*strings.8603:Directory Info
  15643.  
  15644. !*strings.8604:Directories
  15645.  
  15646. !*strings.8605:Search...
  15647.  
  15648. !*strings.8606:Custom Header:
  15649.  
  15650. !*strings.8607:Display Name:
  15651.  
  15652. !*strings.8608:Pager:
  15653.  
  15654. !*strings.8609:Cellular:
  15655.  
  15656. !*strings.8610:Cannot drop into the targeted destination folder.
  15657.  
  15658. !*strings.8611:Login with name and password
  15659.  
  15660. !*strings.8612:No spellchk library found
  15661.  
  15662. !*strings.8613:Choose where you would like your %s messages to be stored:
  15663.  
  15664. !*strings.8614:Place a copy in folder: '%s' on '%s'
  15665.  
  15666. !*strings.8615:Folder '%s' on
  15667.  
  15668. !*strings.8616:Keep templates in: '%s' on '%s'
  15669.  
  15670. !*strings.8617:Keep drafts in: '%s' on '%s'
  15671.  
  15672. !*strings.8618:BCC: %s
  15673.  
  15674. !*strings.8619:General
  15675.  
  15676. !*strings.8620:Advanced
  15677.  
  15678. !*strings.8621:IMAP
  15679.  
  15680. !*strings.8622:Sharing
  15681.  
  15682. !*strings.8623:This server does not support shared folders
  15683.  
  15684. !*strings.8624:You have the following permissions:
  15685.  
  15686. !*strings.8625:Share this and other folders with network users \n\
  15687.         and display and set access privileges.
  15688.  
  15689. !*strings.8626:Folder Type:
  15690.  
  15691. !*strings.8627:POP
  15692.  
  15693. !*strings.8628:start my reply above the quoted text
  15694.  
  15695. !*strings.8629:start my reply below the quoted text
  15696.  
  15697. !*strings.8630:select the quoted text
  15698.  
  15699. !*strings.8631: (default)
  15700.  
  15701. !*strings.8632:Inline
  15702.  
  15703. !*strings.8633:Quoted
  15704.  
  15705. !*strings.8634:As Attachment
  15706.  
  15707. !*strings.8635:Automatically subscribe to all my folders on "%s"
  15708.  
  15709. !*strings.8636:MoveMail
  15710.  
  15711. !*strings.8637:(Using Movemail)
  15712.  
  15713. !*strings.8638:Automatically
  15714.  
  15715. !*strings.8639:Ask me
  15716.  
  15717. !*strings.8640:Never Send
  15718.  
  15719. !*strings.8641:Reply To:
  15720.  
  15721. !*strings.8642:multiple matches found
  15722.  
  15723. !*strings.8643:%m/%d/%Y
  15724.  
  15725. !*strings.8644:The mail filter named '%s' has been truncated because it had more than %d terms.
  15726.  
  15727. !*strings.8645:Invalid Date Value.
  15728.  
  15729. !*strings.8646:Department:
  15730.  
  15731. !*strings.8647:You must pick a file that exists.
  15732.  
  15733. !*strings.8648:You are not allowed to choose a directory.
  15734.  
  15735. !*strings.8649:Match all items below (And):
  15736.  
  15737. !*strings.8650:Download headers for: %s
  15738.  
  15739. !*strings.8651:Unable to access directory:\n\
  15740. %s\n
  15741.  
  15742. !*strings.8652:Ask Me
  15743.  
  15744. !*strings.8653:Text
  15745.  
  15746. !*strings.8654:HTML
  15747.  
  15748. !*strings.8655:Text and HTML
  15749.  
  15750. !*strings.8656:Sorry, help is not available for this topic.
  15751.  
  15752. !*strings.8657:(None available)
  15753.  
  15754. !*strings.8658:Compact Folders
  15755.  
  15756. !*strings.8659:Compact This Folder
  15757.  
  15758. !*strings.8660:Empty Trash on %s
  15759.  
  15760. !*strings.8661:Empty Trash Folder
  15761.  
  15762. !*strings.8662:If the message comes from outside the\n\
  15763. domain %s:
  15764.  
  15765. !*strings.8663:(no domain)
  15766.  
  15767. !*strings.8664:Addresses Matching "%s"
  15768.  
  15769. !*strings.8665:Select Addresses
  15770.  
  15771. !*strings.8666:Mailing List
  15772.  
  15773. !*strings.8667:Folder name
  15774.  
  15775. !*strings.8668:Delete Mail Server
  15776.  
  15777. !*strings.8669:Delete Folders
  15778.  
  15779. !*strings.8670:AddressBook Info
  15780.  
  15781. !*strings.8671:Name:
  15782.  
  15783. !*strings.8672:Basic Search
  15784.  
  15785. !*strings.8673:Advanced Search
  15786.  
  15787. !*strings.8674:URL:
  15788.  
  15789. !*strings.8675:Go
  15790.  
  15791. !*strings.8676:Properties
  15792.  
  15793. !*strings.8677:Get Info
  15794.  
  15795. !*strings.8678:Location: %s
  15796.  
  15797. !*strings.8679:No matches
  15798.  
  15799. !*strings.8680:
  15800.  
  15801. !*strings.8681:
  15802.  
  15803. !*strings.8682:
  15804.  
  15805. !*strings.8683:
  15806.  
  15807. !*strings.8684:
  15808.  
  15809. !*strings.8685:Please enter some text for your search and try again.
  15810.  
  15811. !*strings.8686:Please enter a valid date for your search and try again.
  15812.  
  15813.